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

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


Author: jcollie

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

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-4/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:36:01 -0000	1.4
+++ python-openid.spec	16 Dec 2007 05:50:25 -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