From 3aabeb915e2fd12e4f1b116f2a5c32279979e6b2 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:31:35 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-uhashring.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-uhashring.spec b/python-uhashring.spec index 989da75..60362e3 100644 --- a/python-uhashring.spec +++ b/python-uhashring.spec @@ -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 - 2.0-2 +- DESC: delete -S git from %autosetup + * Mon Jul 26 2021 huangtianhua - 2.0-1 - Package Spec generate -- Gitee