[gnome-python2] Fix missing deps in -gnome and -bonobo subpkg (#689836). gnome-python2-gnome should "Requires: gnome

Michael Schwendt mschwendt at fedoraproject.org
Fri Nov 25 01:06:10 UTC 2011


commit 801a270ed221a3039b5ac9ebbe81cd8bd68a9a8e
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Nov 25 02:06:04 2011 +0100

    Fix missing deps in -gnome and -bonobo subpkg (#689836).
    gnome-python2-gnome should "Requires: gnome-python2-bonobo"
    gnome-python2-bonobo should "Requires: gnome-python2-canvas"

 gnome-python2.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/gnome-python2.spec b/gnome-python2.spec
index f6d0d49..eab4c4d 100644
--- a/gnome-python2.spec
+++ b/gnome-python2.spec
@@ -20,7 +20,7 @@
 
 Name: gnome-python2
 Version: 2.28.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: PyGNOME Python extension module
@@ -59,6 +59,8 @@ Requires: %{name} = %{version}-%{release}
 Requires: %{name}-gnomevfs = %{version}-%{release}
 Requires: libgnome >= %{libgnome_version}
 Requires: libgnomeui >= %{libgnomeui_version}
+# gnome.ui imports bonobo.ui (bz #689836)
+Requires: %{name}-bonobo
 
 %description gnome
 This module contains a wrapper that makes libgnome functionality available
@@ -93,6 +95,8 @@ Requires: bonobo-activation >= %{bonobo_activation_version}
 Requires: libbonobo >= %{libbonobo_version}
 Requires: libbonoboui >= %{libbonoboui_version}
 Requires: pyorbit >= %{pyorbit_version}
+# bonobo.ui imports gnomecanvas (bz #689836)
+Requires: %{name}-canvas
 
 %description bonobo
 This module contains a wrapper that allows the creation of bonobo
@@ -204,6 +208,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
 rm -f %{python_sitearch}/bonobo/__init__.{pyc,pyo}
 
 %changelog
+* 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"
+  gnome-python2-bonobo should "Requires: gnome-python2-canvas"
+
 * Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.28.1-5
 - Rebuilt for glibc bug#747377
 


More information about the scm-commits mailing list