[python-django-horizon/el6: 8/8] reinstate the dep on Django-1.3.0 since that's now in epel-testing

Pádraig Brady pbrady at fedoraproject.org
Fri Apr 20 09:02:58 UTC 2012


commit 4f5b02eb5c97e7612662d76fae416ea4e57ba86b
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Apr 18 13:28:48 2012 +0100

    reinstate the dep on Django-1.3.0 since that's now in epel-testing

 python-django-horizon.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index b4b98b1..bfdff1e 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -10,7 +10,7 @@
 
 Name:       python-django-horizon
 Version:    2012.1
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Django application for talking to Openstack
 
 Group:      Development/Libraries
@@ -26,8 +26,7 @@ Patch1:     %{name}-disable-debug.patch
 Patch2:     %{name}-default-db.patch
 Patch3:     xss-in-log-viewer.patch
 
-# TODO: In epel we've only Django 1.2.7, but the dep listed here was 1.3.0
-Requires:   Django
+Requires:   Django >= 1.3.0
 Requires:   openstack-glance >= 2012.1
 Requires:   python-cloudfiles >= 1.7.9.3
 Requires:   python-dateutil
@@ -140,6 +139,9 @@ python %{_datadir}/openstack-dashboard/manage.py collectstatic --noinput >/dev/n
 %doc html
 
 %changelog
+* Wed Apr 18 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-3
+- Depend on Django >= 1.3.0 (now in epel)
+
 * Tue Apr 17 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-2
 - CVE-2012-2094 XSS vulnerability in Horizon log viewer
 - Configure the default database to use


More information about the scm-commits mailing list