From 3bda74ee69b04bef23d8ca87d0939efee933fc36 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:21:23 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-confget.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-confget.spec b/python-confget.spec index 39e749d..ac63cd6 100644 --- a/python-confget.spec +++ b/python-confget.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-confget Version: 2.3.4 -Release: 2 +Release: 3 Summary: Parse configuration files and extract values from them License: BSD URL: https://devel.ringlet.net/textproc/confget/ @@ -50,7 +50,7 @@ line tool with the same interface as the C implementation.The confget library is fully typed.Specifying configuration values for the backends The confget. %prep -%autosetup -n confget-2.3.4 -S git +%autosetup -n confget-2.3.4 -p1 %build %py3_build @@ -95,6 +95,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.3.4-3 +- DESC: delete -S git from %autosetup + * Mon Jul 26 2021 liusheng - 2.3.4-2 - Fix check stage when building package -- Gitee