From: Maksym Yatsenko <myatsenko@mirantis.com>
Date: Fri, 14 Nov 2014 15:56:59 +0000 (+0200)
Subject:  Update version of python-openstack-auth package upto 1.1.7 in deb,rpm specs.
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fopenstack-ci%2Ffuel-5.1.1-updates%2F2014.1.1;p=openstack-build%2Fhorizon-build.git

 Update version of python-openstack-auth package upto 1.1.7 in deb,rpm specs.
 Related-Bug:#1353544

Change-Id: I0e9cdcab20018e3099d4f7c82eb71b7ea2a32839
---

diff --git a/debian/control b/debian/control
index c64ada9..3f28801 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Depends:
  python-netaddr,
  python-neutronclient,
  python-novaclient,
- python-openstack-auth (>= 1.1.1),
+ python-openstack-auth (>= 1.1.7),
  python-swiftclient,
  python-troveclient,
  python-tz,
@@ -81,3 +81,4 @@ Depends:
 Description: Ubuntu theme for the Openstack dashboard
  A custom Ubuntu theme for Horizon.  This package is optional and overrides the
  default theme and branding.
+
diff --git a/rpm/SPECS/python-django-horizon.spec b/rpm/SPECS/python-django-horizon.spec
index 2e01ef3..2e1a011 100644
--- a/rpm/SPECS/python-django-horizon.spec
+++ b/rpm/SPECS/python-django-horizon.spec
@@ -90,7 +90,7 @@ Group:      Applications/System
 Requires:   httpd
 Requires:   mod_wsgi
 Requires:   python-django-horizon >= %{version}
-Requires:   python-django-openstack-auth >= 1.1.3
+Requires:   python-django-openstack-auth >= 1.1.7
 Requires:   python-django-compressor >= 1.3
 %if %{with_compression} > 0
 Requires: python-lesscpy
@@ -111,7 +111,7 @@ Requires:   python-oslo-config
 Requires:   python-eventlet
 
 BuildRequires: python2-devel
-BuildRequires: python-django-openstack-auth >= 1.1.3
+BuildRequires: python-django-openstack-auth >= 1.1.7
 BuildRequires: python-django-compressor >= 1.3
 BuildRequires: python-django-appconf
 BuildRequires: python-lesscpy
@@ -503,3 +503,4 @@ sed -i 's:^SECRET_KEY =.*:SECRET_KEY = "badcafe":' openstack_dashboard/local/loc
 - Initial package
 
 
+