delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:21:23 +08:00
parent dd37908890
commit 3bda74ee69
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-confget Name: python-confget
Version: 2.3.4 Version: 2.3.4
Release: 2 Release: 3
Summary: Parse configuration files and extract values from them Summary: Parse configuration files and extract values from them
License: BSD License: BSD
URL: https://devel.ringlet.net/textproc/confget/ 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. fully typed.Specifying configuration values for the backends The confget.
%prep %prep
%autosetup -n confget-2.3.4 -S git %autosetup -n confget-2.3.4 -p1
%build %build
%py3_build %py3_build
@ -95,6 +95,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.3.4-3
- DESC: delete -S git from %autosetup
* Mon Jul 26 2021 liusheng<liusheng2048@huawei.com> - 2.3.4-2 * Mon Jul 26 2021 liusheng<liusheng2048@huawei.com> - 2.3.4-2
- Fix check stage when building package - Fix check stage when building package