diff --git a/python-confget.spec b/python-confget.spec index 39e749d3b32f85b2386a43933f32f00969d0c6a8..ac63cd64616a816ecf8d47c74e84d341ea0dc754 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