From e603223f616b4aa6982bc4bc6c8206e77fa26554 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 1 Aug 2011 13:36:22 -0400 Subject: [PATCH] Don't have a hard dep on libguestfs (bz 726364) Depend on needed python-newt_syrup version --- virt-manager.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/virt-manager.spec b/virt-manager.spec index c01cd7b..345bd4e 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -2,7 +2,7 @@ %define _package virt-manager %define _version 0.9.0 -%define _release 4 +%define _release 5 %define virtinst_version 0.600.0 %define qemu_user "qemu" @@ -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 @@ -251,6 +251,10 @@ update-desktop-database -q %{_datadir}/applications %endif %changelog +* Mon Aug 01 2011 Cole Robinson - 0.9.0-5 +- Don't have a hard dep on libguestfs (bz 726364) +- Depend on needed python-newt_syrup version + * Thu Jul 28 2011 Cole Robinson - 0.9.0-4 - Fix typo that broke net stats reporting