delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 22:34:25 +08:00
parent 5d26fe2b6f
commit 0c00f2722e
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

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