!11 downgrade to 5.0.2 for openstack train

From: @zhangy1317
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:11:33 +00:00 committed by Gitee
commit 6b7eabe9a6
3 changed files with 13 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,14 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cinderclient Name: python-cinderclient
Version: 7.4.0 Version: 5.0.2
Release: 2 Release: 1
Summary: OpenStack Block Storage API Client Library Summary: OpenStack Block Storage API Client Library
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/python-cinderclient/latest/ URL: https://docs.openstack.org/python-cinderclient/latest/
Source0: https://files.pythonhosted.org/packages/83/d2/4bde089484ebe1125fd71f7a41da498a67a1344263187f4f10adda06d149/python-cinderclient-7.4.0.tar.gz Source0: https://files.pythonhosted.org/packages/72/8d/7de01c100c5e5a6eb522f8b89559d74a855fc828b376904d42fb4ed5092f/python-cinderclient-5.0.2.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's This is a client for the OpenStack Cinder API.
a Python API (the cinderclient module), and a command-line script (cinder).
%package -n python3-cinderclient %package -n python3-cinderclient
Summary: OpenStack Block Storage API Client Library Summary: OpenStack Block Storage API Client Library
@ -21,14 +20,16 @@ BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
# General requires # General requires
BuildRequires: python3-babel
BuildRequires: python3-prettytable BuildRequires: python3-prettytable
BuildRequires: python3-keystoneauth1 BuildRequires: python3-keystoneauth1
BuildRequires: python3-oslo-i18n BuildRequires: python3-oslo-i18n
BuildRequires: python3-oslo-utils BuildRequires: python3-oslo-utils
BuildRequires: python3-requests BuildRequires: python3-requests
BuildRequires: python3-simplejson BuildRequires: python3-simplejson
BuildRequires: python3-stevedore BuildRequires: python3-six
# General requires # General requires
Requires: python3-babel
Requires: python3-prettytable Requires: python3-prettytable
Requires: python3-keystoneauth1 Requires: python3-keystoneauth1
Requires: python3-oslo-i18n Requires: python3-oslo-i18n
@ -36,20 +37,18 @@ Requires: python3-oslo-utils
Requires: python3-pbr Requires: python3-pbr
Requires: python3-requests Requires: python3-requests
Requires: python3-simplejson Requires: python3-simplejson
Requires: python3-stevedore Requires: python3-six
%description -n python3-cinderclient %description -n python3-cinderclient
the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's This is a client for the OpenStack Cinder API.
a Python API (the cinderclient module), and a command-line script (cinder).
%package help %package help
Summary: OpenStack Block Storage API Client Library Summary: OpenStack Block Storage API Client Library
Provides: python3-cinderclient-doc Provides: python3-cinderclient-doc
%description help %description help
the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's This is a client for the OpenStack Cinder API.
a Python API (the cinderclient module), and a command-line script (cinder).
%prep %prep
%autosetup -n python-cinderclient-7.4.0 -p1 %autosetup -n python-cinderclient-%{version}
%build %build
%py3_build %py3_build
@ -83,19 +82,17 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-cinderclient -f filelist.lst %files -n python3-cinderclient -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Oct 29 2021 OpenStack_SIG <openstack@openeuler.org> - 4.0.1-1
- Downgrade to 4.0.1.
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 7.4.0-2 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 7.4.0-2
- DESC: delete -S git from %autosetup - DESC: delete -S git from %autosetup
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 7.4.0-1 * Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 7.4.0-1
- Upgrade to version 7.4.0 - Upgrade to version 7.4.0
* Thu Jan 07 2021 Python_Bot <Python_Bot@openeuler.org> * Thu Jan 07 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated