From a0a6090a44126d61b9992307f6f38e7f9b0d97ef Mon Sep 17 00:00:00 2001 From: Ivan Udovichenko Date: Tue, 24 Jan 2017 21:39:45 +0200 Subject: [PATCH] [MOS 10.0] Update horizon packages Version: 10.0.1 * Sync changes. Change-Id: Ib1fb6838e866617a116674062c1239d168200e93 Related-Bug: #1659003 --- centos7/rpm/SPECS/python-django-horizon.spec | 42 +++++++++++--------- xenial/debian/changelog | 12 ++++++ xenial/debian/control | 2 + 3 files changed, 38 insertions(+), 18 deletions(-) diff --git a/centos7/rpm/SPECS/python-django-horizon.spec b/centos7/rpm/SPECS/python-django-horizon.spec index 0cf602c..f101c66 100644 --- a/centos7/rpm/SPECS/python-django-horizon.spec +++ b/centos7/rpm/SPECS/python-django-horizon.spec @@ -2,7 +2,7 @@ Name: python-django-horizon Epoch: 1 -Version: 10.0.0~b1 +Version: 10.0.1 Release: 1%{?dist}~mos0 Summary: Django application for talking to Openstack Group: Development/Libraries @@ -39,7 +39,7 @@ BuildRequires: python-nose-exclude BuildRequires: python-nose BuildRequires: python-selenium %endif -BuildRequires: python-netaddr >= 0.7.12 +BuildRequires: python-netaddr >= 0.7.13 BuildRequires: python-anyjson BuildRequires: python-iso8601 >= 0.1.11 @@ -67,17 +67,17 @@ Requires: python-django-appconf Requires: python-lesscpy Requires: PyYAML >= 3.1.0 Requires: python-iso8601 >= 0.1.11 -Requires: python-glanceclient >= 2.0.0 -Requires: python-keystoneclient >= 1:1.7.0 +Requires: python-glanceclient >= 2.3.0 +Requires: python-keystoneclient >= 1:2.0.0 Requires: python-novaclient >= 1:2.29.0 -Requires: python-neutronclient >= 4.2.0 +Requires: python-neutronclient >= 5.1.0 Requires: python-cinderclient >= 1.6.0 Requires: python-swiftclient >= 2.2.0 -Requires: python-heatclient >= 1.1.0 -Requires: python-ceilometerclient >= 2.2.1 +Requires: python-heatclient >= 1.4.0 +Requires: python-ceilometerclient >= 2.5.0 Requires: python-saharaclient >= 0.10.0 -Requires: python-netaddr >= 0.7.12 -Requires: python-oslo-config >= 2:3.10.0 +Requires: python-netaddr >= 0.7.13 +Requires: python-oslo-config >= 2:3.14.0 Requires: python-django-pyscss >= 2.0.2 Requires: python-XStatic >= 1.0.0 Requires: python-XStatic-jQuery >= 1.7.2 @@ -111,7 +111,7 @@ Requires: fontawesome-fonts-web >= 4.1.0 Requires: python-oslo-concurrency >= 3.8.0 Requires: python-oslo-i18n >= 2.1.0 Requires: python-oslo-serialization >= 1.10.0 -Requires: python-oslo-utils >= 3.11.0 +Requires: python-oslo-utils >= 3.16.0 Requires: python-oslo-policy >= 1.9.0 Requires: python-babel >= 2.3.4 Requires: python-pint >= 0.5 @@ -122,7 +122,7 @@ BuildRequires: python-django-openstack-auth >= 1.1.7 BuildRequires: python-django-compressor >= 1.5 BuildRequires: python-django-appconf BuildRequires: python-lesscpy -BuildRequires: python-oslo-config >= 3.10.0 +BuildRequires: python-oslo-config >= 3.14.0 BuildRequires: python-django-pyscss >= 2.0.2 BuildRequires: python-XStatic >= 1.0.0 BuildRequires: python-XStatic-jQuery >= 1.7.2 @@ -155,10 +155,10 @@ BuildRequires: python-XStatic-mdi >= 1.4.57.0 BuildRequires: python-scss >= 1.3.4 BuildRequires: fontawesome-fonts-web >= 4.1.0 BuildRequires: python-oslo-concurrency >= 3.8.0 -BuildRequires: python-oslo-config >= 3.10.0 +BuildRequires: python-oslo-config >= 3.14.0 BuildRequires: python-oslo-i18n >= 2.1.0 BuildRequires: python-oslo-serialization >= 1.10.0 -BuildRequires: python-oslo-utils >= 3.11.0 +BuildRequires: python-oslo-utils >= 3.16.0 BuildRequires: python-oslo-policy >= 1.9.0 BuildRequires: python-babel >= 2.3.4 BuildRequires: python-pint >= 0.5 @@ -180,14 +180,14 @@ Requires: %{name} = %{epoch}:%{version}-%{release} BuildRequires: python-sphinx >= 1.1.3 # Doc building basically means we have to mirror Requires: -BuildRequires: python-glanceclient >= 2.0.0 -BuildRequires: python-keystoneclient >= 1.7.0 +BuildRequires: python-glanceclient >= 2.3.0 +BuildRequires: python-keystoneclient >= 2.0.0 BuildRequires: python-novaclient >= 2.29.0 -BuildRequires: python-neutronclient >= 4.2.0 +BuildRequires: python-neutronclient >= 5.1.0 BuildRequires: python-cinderclient >= 1.6.0 BuildRequires: python-swiftclient >= 2.2.0 -BuildRequires: python-heatclient >= 1.1.0 -BuildRequires: python-ceilometerclient >= 2.2.1 +BuildRequires: python-heatclient >= 1.4.0 +BuildRequires: python-ceilometerclient >= 2.5.0 BuildRequires: python-saharaclient BuildRequires: python-oslo-sphinx @@ -407,6 +407,12 @@ systemctl daemon-reload >/dev/null 2>&1 || : #%{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.* %changelog +* Tue Jan 24 2017 Ivan Udovichenko - 10.0.1-1.el7~mos0 +- Sync changes. (LP#1659003). + +* Tue Jan 24 2017 Ivan Udovichenko - 10.0.0-1.el7~mos0 +- Sync changes. (LP#1659003). + * Fri Jun 24 2016 Ivan Udovichenko - 10.0.0~b1-1.el7~mos0 - Fix (build-)dependencies. diff --git a/xenial/debian/changelog b/xenial/debian/changelog index a3d026d..3a3210e 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,15 @@ +horizon (3:10.0.1-1~u16.04+mos0) mos10.0; urgency=medium + + * Sync changes. (LP#1659003) + + -- Ivan Udovichenko Tue, 24 Jan 2017 21:32:19 +0200 + +horizon (3:10.0.0-1~u16.04+mos0) mos10.0; urgency=medium + + * Sync changes. (LP#1659003) + + -- Ivan Udovichenko Tue, 24 Jan 2017 21:28:33 +0200 + horizon (3:10.0.0-1~u16.04+mos0) mos10.0; urgency=medium * Fix (build-)dependencies. diff --git a/xenial/debian/control b/xenial/debian/control index f5902b3..30bb7c4 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -49,6 +49,8 @@ Build-Depends-Indep: gettext, python-pep8, python-pint (>= 0.5), python-pyscss (>= 1.3.4), + python-reno, + python-requests, python-selenium, python-six (>= 1.9.0), python-swiftclient (>= 2.2.0), -- 2.45.2