From 60bc8c55b0ac70763eb9790d0da987ae0a705bee Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:18:33 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-Pympler.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-Pympler.spec b/python-Pympler.spec index 469f137..4b66c05 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -2,7 +2,7 @@ %global pname Pympler Name: python-%{pname} Version: 0.9 -Release: 1 +Release: 2 Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects. License: Apache-2.0 and MIT URL: https://github.com/pympler/pympler @@ -54,7 +54,7 @@ line monitoring of a Python application and the class tracker provides off-line analysis of the lifetime of selected Python objects. %prep -%autosetup -n Pympler-0.9 -S git +%autosetup -n Pympler-0.9 -p1 %build %py3_build @@ -99,5 +99,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.9-2 +- DESC: delete -S git from %autosetup + * Thu Jul 29 2021 OpenStack_SIG - 0.9-1 - Package Spec generate