rpms/python-fedora/FC-6 python-fedora.spec,1.3,1.4

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Nov 14 16:58:03 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-fedora/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28187

Modified Files:
	python-fedora.spec 
Log Message:
Handle our SQLAlchemy requirement differently for Fedora 8+, until TurboGears can use SQLAlchemy >= 0.4


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/FC-6/python-fedora.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-fedora.spec	11 Nov 2007 02:02:57 -0000	1.3
+++ python-fedora.spec	14 Nov 2007 16:57:31 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           python-fedora
 Version:        0.2.90.20
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -27,7 +27,12 @@
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: python-psycopg2
+# This can go away when TurboGears can use SQLAlchemy >= 0.4
+%if 0%{?fedora} >= 8
+Requires: python-sqlalchemy0.3
+%else
 Requires: python-sqlalchemy
+%endif
 
 %description infrastructure
 Additional python modules that can be used on Fedora Infrastructure Servers to
@@ -67,8 +72,9 @@
 %{python_sitelib}/fedora/tg/visit/
 
 %changelog
-* Sat Nov 10 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-4
-- Fix SQLAlchemy requirement for FC-6
+* Wed Nov 14 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-5
+- Handle our SQLAlchemy requirement differently for Fedora 8+, until
+  TurboGears can use SQLAlchemy >= 0.4
 
 * Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-2
 - Require SQLAlchemy 0.3 for python-fedora-infrastructure




More information about the fedora-extras-commits mailing list