mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
spec: require libvirt-wireshark from libvirt metapackage
In general, the 'libvirt' metapackage should pull in all subpackages. Fix this for the wireshark subpackage created in commit f9ada9f. * libvirt.spec.in (Requires): Add dependency. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
cf76c4b3dd
commit
8d6c3659b8
@ -428,6 +428,9 @@ Requires: libvirt-daemon-driver-storage = %{version}-%{release}
|
||||
Requires: libvirt-daemon-driver-network = %{version}-%{release}
|
||||
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
|
||||
%endif
|
||||
%if %{with_wireshark}
|
||||
Requires: libvirt-wireshark = %{version}-%{release}
|
||||
%endif
|
||||
%endif
|
||||
Requires: libvirt-client = %{version}-%{release}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user