diff --git a/python-bunch.spec b/python-bunch.spec index c6bc91c9626e5416fdbec49c2d38033fff83354d..ab77ade62429d9dd9e90332935e85c088aef89b1 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