delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:18:47 +08:00
parent e4e2282ab5
commit d4e479a912
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 %global _empty_manifest_terminate_build 0
Name: python-URLObject Name: python-URLObject
Version: 2.4.3 Version: 2.4.3
Release: 1 Release: 2
Summary: A utility class for manipulating URLs. Summary: A utility class for manipulating URLs.
License: Public Domain License: Public Domain
URL: http://github.com/zacharyvoase/urlobject URL: http://github.com/zacharyvoase/urlobject
@ -29,7 +29,7 @@ Provides: python3-urlobject-doc
URLObject is a utility class for manipulating URLs. URLObject is a utility class for manipulating URLs.
%prep %prep
%autosetup -n URLObject-%{version} -S git %autosetup -n URLObject-%{version} -p1
%build %build
%py3_build %py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.4.3-2
- DESC: delete -S git from %autosetup
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 2.4.3-1 * Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 2.4.3-1
- Package Spec generate - Package Spec generate