[python-django-horizon/f19] change requirement to python-django < 1.5

Matthias Runge mrunge at fedoraproject.org
Mon Aug 26 06:26:17 UTC 2013


commit d7d72e0146ecbdae91bcef898d1657d9babed787
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Aug 26 08:25:22 2013 +0200

    change requirement to python-django < 1.5

 python-django-horizon.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index 9c955a6..3e261ac 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -1,6 +1,6 @@
 Name:       python-django-horizon
 Version:    2013.1.3
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Django application for talking to Openstack
 
 Group:      Development/Libraries
@@ -26,7 +26,7 @@ Patch0003: 0003-Don-t-access-the-net-while-building-docs.patch
 %if 0%{?rhel}>6 || 0%{?fedora} > 18
 # grizzly requires python-django14
 BuildRequires:   python-django14
-Requires:   python-django14 <= 1.5
+Requires:   python-django < 1.5
 
 %else
 # epel6 has a separate Django14 package
@@ -252,6 +252,9 @@ cd %{buildroot}%{_datadir}/openstack-dashboard
 %doc html 
 
 %changelog
+* Mon Aug 26 2013 Matthias Runge <mrunge at redhat.com> - 2013.1.3-2
+- require python-django < 1.5 (rhbz#1000887)
+
 * Mon Aug 12 2013 Matthias Runge <mrunge at redhat.com> - 2013.1.3-1
 - rebase to 2013.1.3
 


More information about the scm-commits mailing list