From 2fdd2fbc74acfcef965ec68d01a6c0537c66330f Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:19:51 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-bunch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-bunch.spec b/python-bunch.spec index c6bc91c..ab77ade 100644 --- a/python-bunch.spec +++ b/python-bunch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bunch Version: 1.0.1 -Release: 1 +Release: 2 Summary: A dot-accessible dictionary (a la JavaScript objects) License: MIT URL: http://github.com/dsc/bunch @@ -29,7 +29,7 @@ Provides: python3-bunch-doc Bunch is a dictionary that supports attribute-style access, a la JavaScript. %prep -%autosetup -n bunch-1.0.1 -S git +%autosetup -n bunch-1.0.1 -p1 %build %py3_build @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.0.1-2 +- DESC: delete -S git from %autosetup + * Tue Jul 13 2021 OpenStack_SIG - 1.0.1-1 - Package Spec generate -- Gitee