[gnome-python2] Make pygtk2 dependency arch-specific (#749835).

Michael Schwendt mschwendt at fedoraproject.org
Tue Nov 29 19:15:42 UTC 2011


commit 4d0b5e0c9833c7d2d831749df302b5769b116511
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Tue Nov 29 20:15:36 2011 +0100

    Make pygtk2 dependency arch-specific (#749835).

 gnome-python2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnome-python2.spec b/gnome-python2.spec
index eab4c4d..dd1c48e 100644
--- a/gnome-python2.spec
+++ b/gnome-python2.spec
@@ -20,7 +20,7 @@
 
 Name: gnome-python2
 Version: 2.28.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: PyGNOME Python extension module
@@ -30,7 +30,7 @@ Source: http://download.gnome.org/sources/gnome-python/2.28/gnome-python-%{versi
 
 ### Dependencies ###
 
-Requires: pygtk2 >= %{pygtk_version}
+Requires: pygtk2%{?_isa} >= %{pygtk_version}
 
 ### Build Dependencies ###
 
@@ -208,6 +208,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
 rm -f %{python_sitearch}/bonobo/__init__.{pyc,pyo}
 
 %changelog
+* Tue Nov 29 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.28.1-7
+- Make pygtk2 dependency arch-specific (#749835).
+
 * Fri Nov 25 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.28.1-6
 - Fix missing deps in -gnome and -bonobo subpkg (#689836).
   gnome-python2-gnome should "Requires: gnome-python2-bonobo"


More information about the scm-commits mailing list