rpms/python-openid/EL-5 python-openid.spec,1.4,1.5

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sun Dec 16 05:49:43 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/python-openid/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19948

Modified Files:
	python-openid.spec 
Log Message:
Don't BR Django on EPEL.


Index: python-openid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-openid/EL-5/python-openid.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-openid.spec	16 Dec 2007 05:37:39 -0000	1.4
+++ python-openid.spec	16 Dec 2007 05:48:53 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           python-openid
 Version:        2.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python OpenID libraries
 
 Group:          Development/Languages
@@ -18,7 +18,9 @@
 BuildRequires: python-setuptools
 %endif
 BuildRequires:  python-lxml
+%if 0%{?fedora} > 0
 BuildRequires:  Django
+%endif
 Requires:       python-lxml
 
 %description
@@ -59,6 +61,10 @@
 %{python_sitelib}/*
 
 %changelog
+* Sat Dec 15 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.1-3
+- Don't BR Django on EPEL because the openid tests use some features
+  of Django that aren't functional.
+
 * Sat Dec 15 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.1-2
 - Ensure that python-lxml is present for ElementTree API support.
 




More information about the fedora-extras-commits mailing list