rpms/python-fedora/devel python-fedora.spec,1.4,1.5

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


Author: lmacken

Update of /cvs/pkgs/rpms/python-fedora/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25220

Modified Files:
	python-fedora.spec 
Log Message:
* Wed Nov 14 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-3
- 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/devel/python-fedora.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-fedora.spec	7 Nov 2007 22:56:24 -0000	1.4
+++ python-fedora.spec	14 Nov 2007 16:32:54 -0000	1.5
@@ -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-3
+- 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