From 801cb269ddbe37c86fac9e9d7fd0c97b9c549a75 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:31:10 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-storpool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-storpool.spec b/python-storpool.spec index 2a57e1b..a3e88c8 100644 --- a/python-storpool.spec +++ b/python-storpool.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-storpool Version: 5.5.0 -Release: 1 +Release: 2 Summary: Bindings for the StorPool distributed storage API License: Apache-2.0 URL: http://www.storpool.com/ @@ -36,7 +36,7 @@ Provides: python3-storpool-doc Bindings for the StorPool distributed storage API %prep -%autosetup -n storpool-5.5.0 -S git +%autosetup -n storpool-5.5.0 -p1 %build %py3_build @@ -81,5 +81,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 5.5.0-2 +- DESC: delete -S git from %autosetup + * Mon Jul 26 2021 OpenStack_SIG - 5.5.0-1 - Package Spec generate -- Gitee