[python-django-horizon] add requirement to python-pbr

Matthias Runge mrunge at fedoraproject.org
Wed Nov 13 12:12:00 UTC 2013


commit 1c350e7fe5dfdfd58278b5a5d612ccbf9d734098
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Nov 13 13:12:10 2013 +0100

    add requirement to python-pbr

 python-django-horizon.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index 9541e85..7eb09b0 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -1,6 +1,6 @@
 Name:       python-django-horizon
 Version:    2013.2
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Django application for talking to Openstack
 
 Group:      Development/Libraries
@@ -48,6 +48,7 @@ Requires:   Django
 Requires:   python-dateutil
 Requires:   pytz
 Requires:   python-lockfile
+Requires:   python-pbr
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -328,6 +329,9 @@ sed -i 's:^SECRET_KEY =.*:SECRET_KEY = "badcafe":' openstack_dashboard/local/loc
 %{_datadir}/openstack-dashboard/openstack_dashboard_theme
 
 %changelog
+* Wed Nov 13 2013 Matthias Runge <mrunge at redhat.com> - 2013.2-3
+- add requirement python-pbr
+
 * Fri Oct 18 2013 Matthias Runge <mrunge at redhat.com> - 2013.2-2
 - update to Horizon-2013.2 release
 - require python-eventlet


More information about the scm-commits mailing list