delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:19:51 +08:00
parent 919a8e1deb
commit 2fdd2fbc74
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-bunch Name: python-bunch
Version: 1.0.1 Version: 1.0.1
Release: 1 Release: 2
Summary: A dot-accessible dictionary (a la JavaScript objects) Summary: A dot-accessible dictionary (a la JavaScript objects)
License: MIT License: MIT
URL: http://github.com/dsc/bunch URL: http://github.com/dsc/bunch
@ -29,7 +29,7 @@ Provides: python3-bunch-doc
Bunch is a dictionary that supports attribute-style access, a la JavaScript. Bunch is a dictionary that supports attribute-style access, a la JavaScript.
%prep %prep
%autosetup -n bunch-1.0.1 -S git %autosetup -n bunch-1.0.1 -p1
%build %build
%py3_build %py3_build
@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.1-2
- DESC: delete -S git from %autosetup
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.1-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.1-1
- Package Spec generate - Package Spec generate