!10 crudini delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @huangtianhua
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2021-08-02 01:38:39 +00:00 committed by Gitee
commit 3a25f36da3

View File

@ -2,7 +2,7 @@
Name: python-crudini
Version: 0.9.3
Release: 1
Release: 2
Summary: A utility for manipulating ini files
License: GPLv2
URL: http://github.com/pixelb/crudini
@ -35,7 +35,7 @@ crudini --set [OPTION]... config_file section [param] [value]
or: crudini --merge [OPTION]... config_file [section]
%prep
%autosetup -n crudini-%{version} -S git
%autosetup -n crudini-%{version} -p1
%build
%py3_build
@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.9.3-2
- DESC: delete -S git from %autosetup
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 0.9.3-1
- Package Spec generate