diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 602949d23afd60167063c814b431d528d93b60fa..d31ea5e32794601f1446f51e840f113a96c22280 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cinderclient Version: 7.4.0 -Release: 1 +Release: 2 Summary: OpenStack Block Storage API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-cinderclient/latest/ @@ -49,7 +49,7 @@ the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's a Python API (the cinderclient module), and a command-line script (cinder). %prep -%autosetup -n python-cinderclient-7.4.0 -S git +%autosetup -n python-cinderclient-7.4.0 -p1 %build %py3_build @@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 7.4.0-2 +- DESC: delete -S git from %autosetup + * Wed Jul 14 2021 OpenStack_SIG - 7.4.0-1 - Upgrade to version 7.4.0 * Thu Jan 07 2021 Python_Bot