!9 Upgrade to 17.4.0 to support OpenStack-W
From: @huangtianhua Reviewed-by: @zh-f,@zhangy1317 Signed-off-by: @zhangy1317
This commit is contained in:
commit
7477c78433
Binary file not shown.
BIN
python-novaclient-17.4.0.tar.gz
Normal file
BIN
python-novaclient-17.4.0.tar.gz
Normal file
Binary file not shown.
@ -3,12 +3,12 @@
|
||||
|
||||
Name: python-novaclient
|
||||
Epoch: 1
|
||||
Version: 17.2.1
|
||||
Release: 2
|
||||
Version: 17.4.0
|
||||
Release: 1
|
||||
Summary: Python API and CLI for OpenStack Nova
|
||||
License: Apache-2.0
|
||||
URL: https://launchpad.net/python-novaclient
|
||||
Source0: https://pypi.io/packages/source/p/python-novaclient/python-novaclient-17.2.1.tar.gz
|
||||
Source0: https://pypi.io/packages/source/p/python-novaclient/python-novaclient-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -20,21 +20,20 @@ the OpenStack Nova API.
|
||||
%package -n python3-novaclient
|
||||
Summary: Python API and CLI for OpenStack Nova
|
||||
%{?python_provide:%python_provide python3-novaclient}
|
||||
Obsoletes: python2-novaclient < 17.2.1-1
|
||||
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-iso8601 >= 0.1.11
|
||||
Requires: python3-keystoneauth1 >= 3.5.0
|
||||
Requires: python3-oslo-i18n >= 3.15.3
|
||||
Requires: python3-oslo-serialization >= 2.18.0
|
||||
Requires: python3-oslo-utils >= 3.33.0
|
||||
Requires: python3-pbr >= 2.0.0
|
||||
Requires: python3-prettytable >= 0.7.2
|
||||
Requires: python3-stevedore >= 2.0.1
|
||||
Requires: python3-iso8601
|
||||
Requires: python3-keystoneauth1
|
||||
Requires: python3-oslo-i18n
|
||||
Requires: python3-oslo-serialization
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-pbr
|
||||
Requires: python3-prettytable
|
||||
Requires: python3-stevedore
|
||||
|
||||
%description -n python3-novaclient
|
||||
This is a client for the OpenStack Nova API. There's a Python API (the \
|
||||
@ -59,7 +58,7 @@ This package contains auto-generated documentation.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -n python-novaclient-17.2.1 -p1
|
||||
%autosetup -n python-novaclient-%{version} -p1
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
@ -99,6 +98,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htacce
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 5 2021 huangtianhua <huangtianhua@huawei.com> - 17.4.0-1
|
||||
- Upgrade to 17.4.0
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 17.2.1-2
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user