From 5cec4b993d0784c11cc807b380831e0453a79200 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:20:06 +0800 Subject: [PATCH] delete -S git from %autosetup (cherry picked from commit ba2f6e7bbb4d8697436480b02b3b44151f1490ea) --- python-cachez.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cachez.spec b/python-cachez.spec index ecf14ff..e362c2a 100644 --- a/python-cachez.spec +++ b/python-cachez.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cachez Version: 0.1.2 -Release: 2 +Release: 3 Summary: Cache decorator for global or instance level memoize. License: Apache-2.0 URL: http://github.com/jealous/cachez @@ -31,7 +31,7 @@ Provides: python3-cachez-doc Cache decorator for global or instance level memoize. %prep -%autosetup -n cachez-0.1.2 -S git +%autosetup -n cachez-0.1.2 -p1 %build %py3_build @@ -76,6 +76,9 @@ pytest %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.1.2-3 +- DESC: delete -S git from %autosetup + * Wed Jul 28 2021 OpenStack_SIG - 0.1.2-2 - Fix check error * Mon Jul 26 2021 OpenStack_SIG - 0.1.2-1