delete -S git from %autosetup
This commit is contained in:
parent
c202c07a1c
commit
35e0b45c25
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user