Upgrade to 5.5.0 to support OpenStack-W
This commit is contained in:
parent
c17a816059
commit
94fc2f29cd
Binary file not shown.
BIN
python-openstackclient-5.5.0.tar.gz
Normal file
BIN
python-openstackclient-5.5.0.tar.gz
Normal file
Binary file not shown.
@ -3,8 +3,8 @@
|
|||||||
%global with_doc 1
|
%global with_doc 1
|
||||||
|
|
||||||
Name: python-openstackclient
|
Name: python-openstackclient
|
||||||
Version: 5.4.0
|
Version: 5.5.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: OpenStack Command-line Client
|
Summary: OpenStack Command-line Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://launchpad.net/%{name}
|
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
|
%package -n python3-openstackclient
|
||||||
Summary: OpenStack Command-line Client
|
Summary: OpenStack Command-line Client
|
||||||
%{?python_provide:%python_provide python3-openstackclient}
|
%{?python_provide:%python_provide python3-openstackclient}
|
||||||
Obsoletes: python2-openstackclient < %{version}-%{release}
|
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -49,19 +48,19 @@ BuildRequires: python3-openstacksdk
|
|||||||
BuildRequires: python3-ddt
|
BuildRequires: python3-ddt
|
||||||
|
|
||||||
Requires: python3-pbr
|
Requires: python3-pbr
|
||||||
Requires: python3-openstacksdk >= 0.48.0
|
Requires: python3-openstacksdk
|
||||||
Requires: python3-oslo-i18n >= 3.15.3
|
Requires: python3-oslo-i18n
|
||||||
Requires: python3-oslo-utils >= 3.33.0
|
Requires: python3-oslo-utils
|
||||||
Requires: python3-keystoneclient >= 1:3.22.0
|
Requires: python3-keystoneclient
|
||||||
Requires: python3-novaclient >= 1:15.1.0
|
Requires: python3-novaclient
|
||||||
Requires: python3-cinderclient >= 3.3.0
|
Requires: python3-cinderclient
|
||||||
Requires: python3-neutronclient >= 6.7.0
|
Requires: python3-neutronclient
|
||||||
Requires: python3-six >= 1.10.0
|
Requires: python3-six
|
||||||
Requires: python3-osc-lib >= 2.0.0
|
Requires: python3-osc-lib
|
||||||
Requires: python3-cliff
|
Requires: python3-cliff
|
||||||
|
|
||||||
Requires: python-openstackclient-lang = %{version}-%{release}
|
Requires: python-openstackclient-lang = %{version}-%{release}
|
||||||
Requires: python3-stevedore >= 2.0.1
|
Requires: python3-stevedore
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-openstackclient
|
%description -n python3-openstackclient
|
||||||
@ -90,7 +89,7 @@ Translation files for Openstackclient
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%autosetup -n %{name}-%{upstream_version} -S git
|
%autosetup -n %{name}-%{upstream_version}
|
||||||
|
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
@ -144,5 +143,7 @@ stestr run
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
|
||||||
- spec generated
|
- spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user