[python-django-appconf/el6] change el6 requirement to Django14

Matthias Runge mrunge at fedoraproject.org
Wed Mar 13 08:25:20 UTC 2013


commit f8f241f3a2aae0a1926d0b21e4f1bf26abb81502
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Mar 13 09:25:03 2013 +0100

    change el6 requirement to Django14

 python-django-appconf.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/python-django-appconf.spec b/python-django-appconf.spec
index 038279b..2fe9a8e 100644
--- a/python-django-appconf.spec
+++ b/python-django-appconf.spec
@@ -2,7 +2,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A helper class for handling configuration defaults of packaged apps gracefully
 
 License:        BSD
@@ -14,7 +14,11 @@ BuildRequires:  python2-devel
 BuildRequires:  python-sphinx
 
 %if 0%{?rhel}<7 || 0%{?fedora} < 18
+%if 0%{?rhel}==6
+Requires:   Django14
+%else
 Requires:   Django
+%endif
 %else
 Requires:   python-django
 %endif
@@ -50,6 +54,9 @@ rm -rf html/.{doctrees,buildinfo}
 %{python_sitelib}/django_appconf-%{version}-py?.?.egg-info
 
 %changelog
+* Wed Mar 13 2013 Matthias Runge <mrunge at redhat.com> - 0.5-3
+- change the requirement for EPEL6 to Django14
+
 * Wed Sep 26 2012 Matthias Runge <mrunge at redhat.com> - 0.5-2
 - also add requirement: Django/python-django
 


More information about the scm-commits mailing list