!13 Upgrade to 5.5.0 to support OpenStack-W

From: @huangtianhua
Reviewed-by: @zhangy1317,@zhangy1317
Signed-off-by: @zhangy1317,@zhangy1317
This commit is contained in:
openeuler-ci-bot 2021-08-04 10:06:51 +00:00 committed by Gitee
commit e29537255a
3 changed files with 15 additions and 14 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,8 +3,8 @@
%global with_doc 1
Name: python-openstackclient
Version: 5.4.0
Release: 2
Version: 5.5.0
Release: 1
Summary: OpenStack Command-line Client
License: Apache-2.0
URL: http://launchpad.net/%{name}
@ -20,7 +20,6 @@ python-openstackclient is a unified command-line client for the OpenStack APIs.
%package -n python3-openstackclient
Summary: OpenStack Command-line Client
%{?python_provide:%python_provide python3-openstackclient}
Obsoletes: python2-openstackclient < %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -49,19 +48,19 @@ BuildRequires: python3-openstacksdk
BuildRequires: python3-ddt
Requires: python3-pbr
Requires: python3-openstacksdk >= 0.48.0
Requires: python3-oslo-i18n >= 3.15.3
Requires: python3-oslo-utils >= 3.33.0
Requires: python3-keystoneclient >= 1:3.22.0
Requires: python3-novaclient >= 1:15.1.0
Requires: python3-cinderclient >= 3.3.0
Requires: python3-neutronclient >= 6.7.0
Requires: python3-six >= 1.10.0
Requires: python3-osc-lib >= 2.0.0
Requires: python3-openstacksdk
Requires: python3-oslo-i18n
Requires: python3-oslo-utils
Requires: python3-keystoneclient
Requires: python3-novaclient
Requires: python3-cinderclient
Requires: python3-neutronclient
Requires: python3-six
Requires: python3-osc-lib
Requires: python3-cliff
Requires: python-openstackclient-lang = %{version}-%{release}
Requires: python3-stevedore >= 2.0.1
Requires: python3-stevedore
%description -n python3-openstackclient
@ -90,7 +89,7 @@ Translation files for Openstackclient
%prep
%autosetup -n %{name}-%{upstream_version} -S git
%autosetup -n %{name}-%{upstream_version}
%py_req_cleanup
@ -144,5 +143,7 @@ stestr run
%license LICENSE
%changelog
* Wed Aug 4 2021 huangtianhua <huangtianhua@huawei.com> 5.5.0-1
- Upgrade to 5.5.0
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- spec generated