From 946588c4d951a66d84e0e701534cf0982aec7de2 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 25 Jan 2012 10:23:55 +0100 Subject: [PATCH] Fix spice-gtk-python and spice-gtk-tools Requires --- spice-gtk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.