delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:21:09 +08:00
parent fe1e24e1a5
commit af6e237e9d
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-cinderclient
Version: 7.4.0
Release: 1
Release: 2
Summary: OpenStack Block Storage API Client Library
License: Apache-2.0
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).
%prep
%autosetup -n python-cinderclient-7.4.0 -S git
%autosetup -n python-cinderclient-7.4.0 -p1
%build
%py3_build
@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Upgrade to version 7.4.0
* Thu Jan 07 2021 Python_Bot <Python_Bot@openeuler.org>