!18 Init python-openstackclient with 4.0.2 for Train
From: @huangtianhua Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
510da64207
BIN
python-openstackclient-4.0.2.tar.gz
Normal file
BIN
python-openstackclient-4.0.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -3,8 +3,8 @@
|
|||||||
%global with_doc 1
|
%global with_doc 1
|
||||||
|
|
||||||
Name: python-openstackclient
|
Name: python-openstackclient
|
||||||
Version: 5.5.0
|
Version: 4.0.2
|
||||||
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}
|
||||||
@ -21,47 +21,41 @@ python-openstackclient is a unified command-line client for the OpenStack APIs.
|
|||||||
Summary: OpenStack Command-line Client
|
Summary: OpenStack Command-line Client
|
||||||
%{?python_provide:%python_provide python3-openstackclient}
|
%{?python_provide:%python_provide python3-openstackclient}
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
# Base build requires
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-oslo-i18n
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-oslo-utils
|
# General requires
|
||||||
BuildRequires: python3-requests
|
BuildRequires: python3-babel
|
||||||
BuildRequires: python3-keystoneclient
|
BuildRequires: python3-cliff
|
||||||
BuildRequires: python3-novaclient
|
BuildRequires: python3-keystoneauth1
|
||||||
BuildRequires: python3-cinderclient
|
BuildRequires: python3-openstacksdk
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-osc-lib
|
||||||
BuildRequires: python3-os-client-config
|
BuildRequires: python3-oslo-i18n
|
||||||
BuildRequires: python3-cliff
|
BuildRequires: python3-oslo-utils
|
||||||
BuildRequires: python3-simplejson
|
BuildRequires: python3-cinderclient
|
||||||
BuildRequires: python3-requests-mock
|
BuildRequires: python3-glanceclient
|
||||||
BuildRequires: python3-babel
|
BuildRequires: python3-keystoneclient
|
||||||
BuildRequires: python3-stestr
|
BuildRequires: python3-novaclient
|
||||||
BuildRequires: python3-osc-lib
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-fixtures
|
# General requires
|
||||||
BuildRequires: python3-oslotest
|
Requires: python3-babel
|
||||||
BuildRequires: python3-reno
|
Requires: python3-cliff
|
||||||
BuildRequires: python3-requestsexceptions
|
Requires: python3-keystoneauth1
|
||||||
BuildRequires: python3-openstacksdk
|
Requires: python3-openstacksdk
|
||||||
BuildRequires: python3-ddt
|
Requires: python3-osc-lib
|
||||||
|
Requires: python3-oslo-i18n
|
||||||
Requires: python3-pbr
|
Requires: python3-oslo-utils
|
||||||
Requires: python3-openstacksdk
|
Requires: python3-pbr
|
||||||
Requires: python3-oslo-i18n
|
Requires: python3-cinderclient
|
||||||
Requires: python3-oslo-utils
|
Requires: python3-glanceclient
|
||||||
Requires: python3-keystoneclient
|
Requires: python3-keystoneclient
|
||||||
Requires: python3-novaclient
|
Requires: python3-novaclient
|
||||||
Requires: python3-cinderclient
|
Requires: python3-six
|
||||||
Requires: python3-neutronclient
|
Requires: python3-openstackclient-lang = %{version}-%{release}
|
||||||
Requires: python3-six
|
Requires: python3-stevedore
|
||||||
Requires: python3-osc-lib
|
|
||||||
Requires: python3-cliff
|
|
||||||
|
|
||||||
Requires: python-openstackclient-lang = %{version}-%{release}
|
|
||||||
Requires: python3-stevedore
|
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-openstackclient
|
%description -n python3-openstackclient
|
||||||
python-openstackclient is a unified command-line client for the OpenStack APIs.
|
python-openstackclient is a unified command-line client for the OpenStack APIs.
|
||||||
@ -81,10 +75,10 @@ python-openstackclient is a unified command-line client for the OpenStack API.
|
|||||||
This package contains auto-generated documentation.
|
This package contains auto-generated documentation.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n python-openstackclient-lang
|
%package -n python3-openstackclient-lang
|
||||||
Summary: Translation files for Openstackclient
|
Summary: Translation files for Openstackclient
|
||||||
|
|
||||||
%description -n python-openstackclient-lang
|
%description -n python3-openstackclient-lang
|
||||||
Translation files for Openstackclient
|
Translation files for Openstackclient
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -139,13 +133,9 @@ stestr run
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python-openstackclient-lang -f openstackclient.lang
|
%files -n python3-openstackclient-lang -f openstackclient.lang
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 13 2021 wangxiyuan <wangxiyuan1007@gmail.com> 5.5.0-2
|
* Mon Nov 8 2021 huangtianhua <huangtianhua@huawei.com> 4.0.2-1
|
||||||
- Change osc-lib-tests to osc-lib
|
- Init python-openstackclient with 4.0.2
|
||||||
* Wed Aug 04 2021 huangtianhua <huangtianhua@huawei.com> 5.5.0-1
|
|
||||||
- Upgrade to 5.5.0
|
|
||||||
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
|
|
||||||
- spec generated
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user