!8 python-cinderclient delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 03:27:37 +00:00 committed by Gitee
commit 849b90501f

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cinderclient Name: python-cinderclient
Version: 7.4.0 Version: 7.4.0
Release: 1 Release: 2
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/
@ -49,7 +49,7 @@ the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's
a Python API (the cinderclient module), and a command-line script (cinder). a Python API (the cinderclient module), and a command-line script (cinder).
%prep %prep
%autosetup -n python-cinderclient-7.4.0 -S git %autosetup -n python-cinderclient-7.4.0 -p1
%build %build
%py3_build %py3_build
@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 7.4.0-2
- 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>