!2 python-bunch 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:48 +00:00 committed by Gitee
commit 9c3b3a631e

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-bunch
Version: 1.0.1
Release: 1
Release: 2
Summary: A dot-accessible dictionary (a la JavaScript objects)
License: MIT
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.
%prep
%autosetup -n bunch-1.0.1 -S git
%autosetup -n bunch-1.0.1 -p1
%build
%py3_build
@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Spec generate