delete -S git from %autosetup
This commit is contained in:
parent
e4e2282ab5
commit
d4e479a912
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-URLObject
|
||||
Version: 2.4.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A utility class for manipulating URLs.
|
||||
License: Public Domain
|
||||
URL: http://github.com/zacharyvoase/urlobject
|
||||
@ -29,7 +29,7 @@ Provides: python3-urlobject-doc
|
||||
URLObject is a utility class for manipulating URLs.
|
||||
|
||||
%prep
|
||||
%autosetup -n URLObject-%{version} -S git
|
||||
%autosetup -n URLObject-%{version} -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Package Spec generate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user