rpms/python-fedora/F-7 python-fedora.spec,1.2,1.3

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


Author: lmacken

Update of /cvs/pkgs/rpms/python-fedora/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27925

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/F-7/python-fedora.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-fedora.spec	7 Nov 2007 23:08:10 -0000	1.2
+++ python-fedora.spec	14 Nov 2007 16:55:53 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           python-fedora
 Version:        0.2.90.20
-Release:        3%{?dist}
+Release:        4%{?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,6 +72,10 @@
 %{python_sitelib}/fedora/tg/visit/
 
 %changelog
+* Wed Nov 14 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-4
+- 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