From ce44ef38fd6feca0e2cb0beb4e96ae891a2817ce Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:20:57 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-cinder-tempest-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cinder-tempest-plugin.spec b/python-cinder-tempest-plugin.spec index 9f9c714..d3055f5 100644 --- a/python-cinder-tempest-plugin.spec +++ b/python-cinder-tempest-plugin.spec @@ -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 - 1.4.0-2 +- DESC: delete -S git from %autosetup + * Wed Jul 14 2021 OpenStack_SIG - 1.4.0-1 - Package Spec generate \ No newline at end of file -- Gitee