diff --git a/python-nocasedict.spec b/python-nocasedict.spec index 696a0868f25cc64315e25d26ec884194d1f9399f..be83c28da34b855b850615168696aff9ae345957 100644 --- a/python-nocasedict.spec +++ b/python-nocasedict.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-nocasedict Version: 1.0.2 -Release: 1 +Release: 2 Summary: A case-insensitive ordered dictionary for Python License: LGPL-2.0-only and LGPL-2.1-only and LGPL-2.0-or-later URL: https://github.com/pywbem/nocasedict @@ -45,7 +45,7 @@ Provides: python3-nocasedict-doc A case-insensitive ordered dictionary for Python. %prep -%autosetup -n nocasedict-1.0.2 -S git +%autosetup -n nocasedict-1.0.2 -p1 %build %py3_build @@ -90,5 +90,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.0.2-2 +- DESC: delete -S git from %autosetup + * Mon Jul 19 2021 OpenStack_SIG - 1.0.2-1 - Package Spec generate