[libvirt/f17] Fix libvirt driver deps

Cole Robinson crobinso at fedoraproject.org
Tue Aug 14 20:27:43 UTC 2012


commit 66484c0a3ad90d613376a876b15c2143d5eea908
Author: Cole Robinson <crobinso at redhat.com>
Date:   Tue Aug 14 16:27:38 2012 -0400

    Fix libvirt driver deps

 libvirt.spec |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index 1a51e83..9d87e4f 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -274,7 +274,7 @@
 Summary: Library providing a simple virtualization API
 Name: libvirt
 Version: 0.9.11.5
-Release: 1%{?dist}%{?extra_release}
+Release: 2%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 
@@ -307,18 +307,11 @@ Requires: libvirt-daemon-config-network = %{version}-%{release}
 %if %{with_nwfilter}
 Requires: libvirt-daemon-config-nwfilter = %{version}-%{release}
 %endif
-Requires: libvirt-daemon-driver-libxl = %{version}-%{release}
-Requires: libvirt-daemon-driver-lxc = %{version}-%{release}
-Requires: libvirt-daemon-driver-qemu = %{version}-%{release}
-Requires: libvirt-daemon-driver-uml = %{version}-%{release}
-Requires: libvirt-daemon-driver-xen = %{version}-%{release}
-
-Requires: libvirt-daemon-driver-interface = %{version}-%{release}
-Requires: libvirt-daemon-driver-secret = %{version}-%{release}
-Requires: libvirt-daemon-driver-storage = %{version}-%{release}
-Requires: libvirt-daemon-driver-network = %{version}-%{release}
-Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
-Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
+Requires: libvirt-daemon-kvm = %{version}-%{release}
+Requires: libvirt-daemon-lxc = %{version}-%{release}
+Requires: libvirt-daemon-qemu = %{version}-%{release}
+Requires: libvirt-daemon-uml = %{version}-%{release}
+Requires: libvirt-daemon-xen = %{version}-%{release}
 %endif
 Requires: libvirt-client = %{version}-%{release}
 
@@ -1499,6 +1492,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
 %endif
 
 %changelog
+* Tue Aug 14 2012 Cole Robinson <crobinso at redhat.com> - 0.9.11.5-2
+- Fix libvirt driver deps
+
 * Mon Aug 13 2012 Cole Robinson <crobinso at redhat.com> - 0.9.11.5-1
 - Rebased to version 0.9.11.5
 - CVE-2012-3445 crash in virTypedParameterArrayClear (bz 844734)


More information about the scm-commits mailing list