!2 python-threadloop 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:21:27 +00:00 committed by Gitee
commit bfb4a54c2d

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-threadloop
Version: 1.0.2
Release: 1
Release: 2
Summary: Tornado IOLoop Backed Concurrent Futures
License: MIT
URL: https://github.com/breerly/threadloop
@ -33,7 +33,7 @@ Provides: python3-threadloop-doc
Tornado IOLoop Backed Concurrent Futures.
%prep
%autosetup -n threadloop-%{version} -S git
%autosetup -n threadloop-%{version} -p1
%build
%py3_build
@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.2-2
- DESC: delete -S git from %autosetup
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.2-1
- Package Spec generate