rpms/gnome-python2-extras/FC-6 gnome-python-extras.spec,1.62,1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 5 03:24:15 UTC 2007


Author: mbarnes

Update of /cvs/dist/rpms/gnome-python2-extras/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv14533

Modified Files:
	gnome-python-extras.spec 
Log Message:

* Thu Jan 04 2007 Matthew Barnes <mbarnes at redhat.com> - 2.14.2-7
- Require firefox-1.5.0.9 exactly.  This will introduce a dependency
  conflict the next time libgtkembedmoz.so changes location, to ensure
  this package gets rebuilt (RH bug #215163).



Index: gnome-python-extras.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-python2-extras/FC-6/gnome-python-extras.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- gnome-python-extras.spec	21 Dec 2006 12:14:49 -0000	1.62
+++ gnome-python-extras.spec	5 Jan 2007 03:24:09 -0000	1.63
@@ -8,11 +8,16 @@
 %define firefox_version 1.5.0.9
 %define gtkspell_version 2.0.7
 
+# Require firefox = %{firefox_version} (not >=) to purposefully cause a
+# dependency conflict when firefox is upgraded, since libgtkembedmoz.so
+# lives in a versioned directory (/usr/lib/firefox-w.x.y.z/).  This
+# package needs to be rebuilt every time "w.x.y.z" changes.
+
 ### Abstract ###
 
 Name: gnome-python2-extras
 Version: 2.14.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL/LGPL
 Group: Development/Languages
 Summary: The sources for additional. PyGNOME Python extension modules.
@@ -31,7 +36,7 @@
 
 ### Build Dependencies ###
 
-BuildRequires: firefox-devel >= %{firefox_version}
+BuildRequires: firefox-devel = %{firefox_version}
 BuildRequires: glib2 >= %{glib_version}
 BuildRequires: gnome-panel-devel >= %{gnome_panel_version}
 BuildRequires: gnome-python2 >= %{gnome_python_version}
@@ -80,7 +85,7 @@
 %package -n gnome-python2-gtkmozembed
 Summary: Python bindings for interacting with gtkmozembed
 Group: Development/Languages
-Requires: firefox >= %{firefox_version}
+Requires: firefox = %{firefox_version}
 
 %description -n gnome-python2-gtkmozembed
 This module contains a wrapper that allows the use of gtkmozembed
@@ -137,6 +142,11 @@
 %{_datadir}/gtk-doc/html/pygtkmozembed
 
 %changelog
+* Thu Jan 04 2007 Matthew Barnes <mbarnes at redhat.com> - 2.14.2-7
+- Require firefox-1.5.0.9 exactly.  This will introduce a dependency
+  conflict the next time libgtkembedmoz.so changes location, to ensure
+  this package gets rebuilt (RH bug #215163).
+
 * Thu Nov 21 2006 Matthew Barnes <mbarnes at redhat.com> - 2.14.2-6
 - Rebuild against firefox (again).
 




More information about the fedora-cvs-commits mailing list