From 35e0b45c258c55a7c6b799b5706ccea16dd367e9 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:31:23 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-threadloop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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