!2 python-cinder-tempest-plugin 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:42 +00:00 committed by Gitee
commit 85fdf71c99

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-cinder-tempest-plugin
Version: 1.4.0
Release: 1
Release: 2
Summary: Tempest plugin tests for Cinder.
License: Apache-2.0
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.
%prep
%autosetup -n cinder-tempest-plugin-1.4.0 -S git
%autosetup -n cinder-tempest-plugin-1.4.0 -p1
%build
%py3_build
@ -101,5 +101,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Spec generate