[oz/el6] Depend on libvirt, not libvirt-daemon-*

Chris Lalancette clalance at fedoraproject.org
Tue Mar 19 14:35:38 UTC 2013


commit d69bbac065e82bd7be4ed03a5f17e62ad9905c07
Author: Chris Lalancette <clalancette at gmail.com>
Date:   Tue Mar 19 10:35:22 2013 -0400

    Depend on libvirt, not libvirt-daemon-*
    
    Signed-off-by: Chris Lalancette <clalancette at gmail.com>

 oz.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/oz.spec b/oz.spec
index 757a048..d348ec0 100644
--- a/oz.spec
+++ b/oz.spec
@@ -1,9 +1,7 @@
-%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Summary: Library and utilities for automated guest OS installs
 Name: oz
 Version: 0.10.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 URL: http://aeolusproject.org/oz.html
@@ -17,8 +15,7 @@ Requires: libvirt-python >= 0.9.7
 # properly.  However, because of the libguestfs manipulations, in practice
 # it really does.  Make it depend on libvirt (so we get libvirtd) for now,
 # unless/until we are able to make it really be remote.
-Requires: libvirt-daemon-kvm
-Requires: libvirt-daemon-qemu
+Requires: libvirt >= 0.9.7
 Requires: python-pycurl
 Requires: genisoimage
 Requires: mtools
@@ -83,6 +80,9 @@ fi
 
 
 %changelog
+* Mon Mar 18 2013 Chris Lalancette <clalancette at gmail.com> - 0.10.0-2
+- Make sure to depend on libvirt, not libvirt-daemon-*
+
 * Mon Mar 18 2013 Chris Lalancette <clalancette at gmail.com> - 0.10.0-1
 - Update to release 0.10.0
 


More information about the scm-commits mailing list