[spice-gtk] Fix spice-gtk-python and spice-gtk-tools Requires

Hans de Goede jwrdegoede at fedoraproject.org
Wed Jan 25 09:22:53 UTC 2012


commit 946588c4d951a66d84e0e701534cf0982aec7de2
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Jan 25 10:23:55 2012 +0100

    Fix spice-gtk-python and spice-gtk-tools Requires

 spice-gtk.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/spice-gtk.spec b/spice-gtk.spec
index cc7a533..aeeae4f 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -121,7 +121,7 @@ A module allowing use of the spice-gtk-3.0 widget from vala
 %package python
 Summary: Python bindings for the spice-gtk-2.0 library
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description python
 SpiceClientGtk module provides a SPICE viewer widget for GTK2.
@@ -131,6 +131,7 @@ A module allowing use of the spice-gtk-2.0 widget from python
 %package tools
 Summary: Spice-gtk tools
 Group: Applications/Internet
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description tools
 Simple clients for interacting with SPICE servers.


More information about the scm-commits mailing list