delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:31:35 +08:00
parent da04cc5f8d
commit 3aabeb915e
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-uhashring Name: python-uhashring
Version: 2.0 Version: 2.0
Release: 1 Release: 2
Summary: Full featured consistent hashing python library compatible with ketama. Summary: Full featured consistent hashing python library compatible with ketama.
License: BSD License: BSD
URL: https://github.com/ultrabug/uhashring URL: https://github.com/ultrabug/uhashring
@ -31,7 +31,7 @@ Provides: python3-uhashring-doc
uhashring implements consistent hashing in pure Python. uhashring implements consistent hashing in pure Python.
%prep %prep
%autosetup -n uhashring-2.0 -S git %autosetup -n uhashring-2.0 -p1
%build %build
%py3_build %py3_build
@ -76,5 +76,8 @@ pytest
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.0-2
- DESC: delete -S git from %autosetup
* Mon Jul 26 2021 huangtianhua <huangtianhua@huawei.com> - 2.0-1 * Mon Jul 26 2021 huangtianhua <huangtianhua@huawei.com> - 2.0-1
- Package Spec generate - Package Spec generate