delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:26:03 +08:00
parent 0ea49cce76
commit 04cfbadadc
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-nocasedict
Version: 1.0.2
Release: 1
Release: 2
Summary: A case-insensitive ordered dictionary for Python
License: LGPL-2.0-only and LGPL-2.1-only and LGPL-2.0-or-later
URL: https://github.com/pywbem/nocasedict
@ -45,7 +45,7 @@ Provides: python3-nocasedict-doc
A case-insensitive ordered dictionary for Python.
%prep
%autosetup -n nocasedict-1.0.2 -S git
%autosetup -n nocasedict-1.0.2 -p1
%build
%py3_build
@ -90,5 +90,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.2-2
- DESC: delete -S git from %autosetup
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.2-1
- Package Spec generate