diff --git a/python-threadloop.spec b/python-threadloop.spec index ae24280..ab00032 100644 --- a/python-threadloop.spec +++ b/python-threadloop.spec @@ -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 - 1.0.2-2 +- DESC: delete -S git from %autosetup + * Mon Jul 26 2021 OpenStack_SIG - 1.0.2-1 - Package Spec generate