[virt-manager/f15/master] Fix spice RPM dependency (bz 697729)

Cole Robinson crobinso at fedoraproject.org
Tue Apr 19 14:33:31 UTC 2011


commit 498ac9ec12a08eb949b8fbf5e57a8100fc30c8e5
Author: Cole Robinson <crobinso at redhat.com>
Date:   Tue Apr 19 10:34:57 2011 -0400

    Fix spice RPM dependency (bz 697729)

 virt-manager.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/virt-manager.spec b/virt-manager.spec
index be7ad18..3b57946 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -2,7 +2,7 @@
 
 %define _package virt-manager
 %define _version 0.8.7
-%define _release 3
+%define _release 4
 %define virtinst_version 0.500.6-2
 
 %define qemu_user                  "qemu"
@@ -83,7 +83,7 @@ Requires: PolicyKit-authentication-agent
 Requires: PolicyKit-gnome
 %endif
 %if %{with_spice}
-Requires: spice-gtk
+Requires: spice-gtk-python
 %endif
 
 BuildRequires: gettext
@@ -218,6 +218,9 @@ fi
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Tue Apr 19 2011 Cole Robinson <crobinso at redhat.com> - 0.8.7-4.fc15
+- Fix spice RPM dependency (bz 697729)
+
 * Thu Apr 07 2011 Cole Robinson <crobinso at redhat.com> - 0.8.7-3.fc15
 - Fix broken cs.po which crashed gettext
 - Fix offline attach fallback if hotplug fails


More information about the scm-commits mailing list