[virt-manager/f16] Don't have a hard dep on libguestfs (bz 726364) Depend on needed python-newt_syrup version

Cole Robinson crobinso at fedoraproject.org
Mon Aug 1 17:42:39 UTC 2011


commit bcbad3fc0a01de397a04268182ff084e51613a61
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Aug 1 13:42:21 2011 -0400

    Don't have a hard dep on libguestfs (bz 726364)
    Depend on needed python-newt_syrup version

 virt-manager.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/virt-manager.spec b/virt-manager.spec
index 43789e6..9ed5735 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -12,7 +12,7 @@
 %define disable_unsupported_rhel   0
 %define default_graphics           "spice"
 
-%define with_guestfs               1
+%define with_guestfs               0
 %define with_spice                 1
 %define with_tui                   1
 
@@ -114,7 +114,7 @@ Summary: Virtual Machine Manager text user interface
 Group: Applications/Emulators
 
 Requires: virt-manager-common = %{verrel}
-Requires: python-newt_syrup
+Requires: python-newt_syrup >= 1.1.2
 Requires: libuser-python
 Requires: python-IPy
 
@@ -196,7 +196,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 update-desktop-database -q %{_datadir}/applications
-%gconf_schema_upgrade virt-manager
+%gconf_schema_upgrade %{name}
 
 %postun
 update-desktop-database -q %{_datadir}/applications


More information about the scm-commits mailing list