]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: require libvirt-wireshark from libvirt metapackage
authorEric Blake <eblake@redhat.com>
Wed, 12 Feb 2014 20:27:38 +0000 (13:27 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 12 Feb 2014 20:27:38 +0000 (13:27 -0700)
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>
libvirt.spec.in

index d3e60484e152954e942bce3e4477c4ac77c701fe..2d57c7185a7ba64e5f19727cc1ab2b6bc262347d 100644 (file)
@@ -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}