delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:30:44 +08:00
parent ff1b01becf
commit e5e16fc878
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
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 <chenyanpan@huawei.com> - 2.2-2
- DESC: delete -S git from %autosetup
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2-1
- Package Spec generate