]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Update version of python-openstack-auth package upto 1.1.7 in deb,rpm specs. 79/779/4 openstack-ci/fuel-5.0.3/2014.1.1
authorMaksym Yatsenko <myatsenko@mirantis.com>
Thu, 13 Nov 2014 13:23:20 +0000 (15:23 +0200)
committerMaksym Yatsenko <myatsenko@mirantis.com>
Fri, 14 Nov 2014 16:55:51 +0000 (18:55 +0200)
Related-Bug:#1353544

Change-Id: I0f4f4f45374d78b5f6b57d3dd3c81b5bf33c62b7

debian/control
rpm/SPECS/python-django-horizon.spec

index c64ada9c0a8e360977f6c0e001e3f8367dcc44f4..0fe5646b6573bfb215000f33249ed5dcee91e967 100644 (file)
@@ -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,
@@ -80,4 +80,4 @@ Depends:
  ${python: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.
+ default theme and branding.
\ No newline at end of file
index 94fbf48d75870b654b6e96a75d0af6fcd383e541..6eae6a3114d9cf3c821ca4323dee483869a3e006 100644 (file)
@@ -89,7 +89,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
@@ -110,7 +110,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
@@ -499,4 +499,4 @@ sed -i 's:^SECRET_KEY =.*:SECRET_KEY = "badcafe":' openstack_dashboard/local/loc
 - Fix static content viewing (patch from Jan van Eldik) (bz 788567)
 
 * Mon Jan 30 2012 Cole Robinson <crobinso@redhat.com> - 2012.1-0.1.e3
-- Initial package
+- Initial package
\ No newline at end of file