delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:31:23 +08:00
parent c202c07a1c
commit 35e0b45c25
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-threadloop Name: python-threadloop
Version: 1.0.2 Version: 1.0.2
Release: 1 Release: 2
Summary: Tornado IOLoop Backed Concurrent Futures Summary: Tornado IOLoop Backed Concurrent Futures
License: MIT License: MIT
URL: https://github.com/breerly/threadloop URL: https://github.com/breerly/threadloop
@ -33,7 +33,7 @@ Provides: python3-threadloop-doc
Tornado IOLoop Backed Concurrent Futures. Tornado IOLoop Backed Concurrent Futures.
%prep %prep
%autosetup -n threadloop-%{version} -S git %autosetup -n threadloop-%{version} -p1
%build %build
%py3_build %py3_build
@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.2-1
- Package Spec generate - Package Spec generate