From: Daniel P. Berrange Date: Wed, 5 Sep 2012 07:58:50 +0000 (+0100) Subject: Remove explicit dependency on ceph RPM X-Git-Tag: CVE-2012-4423~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8386b304b0f16db4e88ddf1eca50b84a465eff80;p=thirdparty%2Flibvirt.git Remove explicit dependency on ceph RPM The libvirt storage driver uses librbd.so for its functionality. RPM will automatically add a dependency on the library, so there is no need to have an explicit dependency on the ceph RPM itself. This allows newer Fedora distros to avoid pulling in the huge ceph RPM, in favour of just having the libraries installed --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 9a1feed408..523ac0ad1a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -649,10 +649,6 @@ Requires: device-mapper # For multipath support Requires: device-mapper %endif -%if %{with_storage_rbd} -# For RBD support -Requires: ceph -%endif %if %{with_storage_sheepdog} # For Sheepdog support Requires: sheepdog