!2 python-uhashring delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 03:21:23 +00:00 committed by Gitee
commit 47b38b8075

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-uhashring
Version: 2.0
Release: 1
Release: 2
Summary: Full featured consistent hashing python library compatible with ketama.
License: BSD
URL: https://github.com/ultrabug/uhashring
@ -31,7 +31,7 @@ Provides: python3-uhashring-doc
uhashring implements consistent hashing in pure Python.
%prep
%autosetup -n uhashring-2.0 -S git
%autosetup -n uhashring-2.0 -p1
%build
%py3_build
@ -76,5 +76,8 @@ pytest
%{_docdir}/*
%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
- Package Spec generate