delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:20:57 +08:00
parent ab5408223b
commit ce44ef38fd
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 %global _empty_manifest_terminate_build 0
Name: python-cinder-tempest-plugin Name: python-cinder-tempest-plugin
Version: 1.4.0 Version: 1.4.0
Release: 1 Release: 2
Summary: Tempest plugin tests for Cinder. Summary: Tempest plugin tests for Cinder.
License: Apache-2.0 License: Apache-2.0
URL: http://www.openstack.org/ URL: http://www.openstack.org/
@ -58,7 +58,7 @@ Developers can also use this locally to perform more extensive testing.Any
typical devstack instance should be able to run all Cinder plugin tests. typical devstack instance should be able to run all Cinder plugin tests.
%prep %prep
%autosetup -n cinder-tempest-plugin-1.4.0 -S git %autosetup -n cinder-tempest-plugin-1.4.0 -p1
%build %build
%py3_build %py3_build
@ -101,5 +101,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.4.0-2
- DESC: delete -S git from %autosetup
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 1.4.0-1 * Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 1.4.0-1
- Package Spec generate - Package Spec generate