From e5e16fc8780035b0606c5af9aaeb2705e4d3cd65 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:30:44 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-soupsieve.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index e0212c4..2bd5866 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-soupsieve Version: 2.2 -Release: 1 +Release: 2 Summary: A modern CSS selector implementation for Beautiful Soup. License: MIT URL: https://github.com/facelessuser/soupsieve @@ -38,7 +38,7 @@ Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented). %prep -%autosetup -n soupsieve-2.2 -S git +%autosetup -n soupsieve-2.2 -p1 %build %py3_build @@ -81,5 +81,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.2-2 +- DESC: delete -S git from %autosetup + * Thu Jul 15 2021 OpenStack_SIG - 2.2-1 - Package Spec generate