From d181452132486c3ded3a60335d62c0e7c68f3bda Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 13 Feb 2014 06:34:14 -0700 Subject: [PATCH] Revert "spec: require libvirt-wireshark from libvirt metapackage" This reverts commit 8d6c3659b8c9b861b00a19b26079d11d56dce680. After further list discussion, it was decided that pulling in wireshark as a dependency is a bit too much for the base 'libvirt' package. Remember also that 'libvirt-devel' is also not pulled in by the base 'libvirt' - the metapackage exists for full functionality of libvirtd, rather than to pull in all subpackages. --- libvirt.spec.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 2d57c7185a..d3e60484e1 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -428,9 +428,6 @@ 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} -- GitLab