!3 python-confget delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 03:27:36 +00:00 committed by Gitee
commit 88e45c0666

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