Merge "[PATCH 16/16] stx-upstream: upgrade openstackclient for Train"

This commit is contained in:
Zuul 2020-04-28 15:43:05 +00:00 committed by Gerrit Code Review
commit b084a236f7
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
TAR_NAME=python-openstackclient
SRC_DIR="$CGCS_BASE/git/python-openstackclient"
TIS_BASE_SRCREV="3.18.0"
TIS_BASE_SRCREV="4.0.0"
TIS_PATCH_VER=GITREVCOUNT

View File

@ -16,7 +16,7 @@ It is a thin wrapper to the stock python-*client modules that implement the \
actual REST API client actions.
Name: python-openstackclient
Version: 3.18.0
Version: 4.0.0
Release: 1%{?_tis_dist}.%{tis_patch_ver}
Summary: OpenStack Command-line Client
@ -76,17 +76,17 @@ BuildRequires: python2-osprofiler
Requires: python2-pbr
Requires: python2-babel
Requires: python2-openstacksdk >= 0.11.2
Requires: python2-openstacksdk >= 0.17.0
Requires: python2-oslo-i18n >= 3.15.3
Requires: python2-oslo-utils >= 3.33.0
Requires: python2-glanceclient >= 1:2.8.0
Requires: python2-keystoneauth1 >= 3.4.0
Requires: python2-keystoneauth1 >= 3.6.2
Requires: python2-keystoneclient >= 1:3.17.0
Requires: python2-novaclient >= 9.1.0
Requires: python2-novaclient >= 15.0.0
Requires: python2-cinderclient >= 3.3.0
Requires: python2-neutronclient >= 6.7.0
Requires: python2-six >= 1.10.0
Requires: python2-osc-lib >= 1.10.0
Requires: python2-osc-lib >= 1.14.0
%if 0%{?fedora} > 0
Requires: python2-cliff
%else
@ -159,17 +159,17 @@ BuildRequires: python3-osprofiler
Requires: python3-pbr
Requires: python3-babel
Requires: python3-cliff
Requires: python3-openstacksdk >= 0.11.2
Requires: python3-openstacksdk >= 0.17.0
Requires: python3-oslo-i18n >= 3.15.3
Requires: python3-oslo-utils >= 3.33.0
Requires: python3-glanceclient >= 1:2.8.0
Requires: python3-keystoneauth1 >= 3.4.0
Requires: python3-keystoneauth1 >= 3.6.2
Requires: python3-keystoneclient >= 1:3.17.0
Requires: python3-novaclient >= 9.1.0
Requires: python3-novaclient >= 15.0.0
Requires: python3-cinderclient >= 3.3.0
Requires: python3-neutronclient >= 6.7.0
Requires: python3-six >= 1.10.0
Requires: python3-osc-lib >= 1.10.0
Requires: python3-osc-lib >= 1.14.0
Requires: python-%{client}-lang = %{version}-%{release}
%description -n python3-%{client}