diff --git a/python-cinderclient-7.4.0.tar.gz b/python-cinderclient-7.4.0.tar.gz deleted file mode 100644 index 9f82f4e357b087f626a9399a77606909308cd7c1..0000000000000000000000000000000000000000 Binary files a/python-cinderclient-7.4.0.tar.gz and /dev/null differ diff --git a/python-cinderclient-7.4.1.tar.gz b/python-cinderclient-7.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6d594177ef4f8e6980c122b4645e1e9e4037c569 Binary files /dev/null and b/python-cinderclient-7.4.1.tar.gz differ diff --git a/python-cinderclient.spec b/python-cinderclient.spec index d31ea5e32794601f1446f51e840f113a96c22280..a103db6dffb71df95bff1319b501c608ea58e90a 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cinderclient -Version: 7.4.0 -Release: 2 +Version: 7.4.1 +Release: 1 Summary: OpenStack Block Storage API Client Library License: Apache-2.0 URL: https://docs.openstack.org/python-cinderclient/latest/ -Source0: https://files.pythonhosted.org/packages/83/d2/4bde089484ebe1125fd71f7a41da498a67a1344263187f4f10adda06d149/python-cinderclient-7.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b2/69/63ca0de18f589d02c1bdb6d740d57e46fe803ad1385f101e1bfdf25ea06f/python-cinderclient-7.4.1.tar.gz BuildArch: noarch %description the OpenStack Cinder API This is a client for the OpenStack Cinder API. There's @@ -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 -p1 +%autosetup -n python-cinderclient-7.4.1 -p1 %build %py3_build @@ -92,6 +92,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 14 2022 zhangy -7.4.1-1 +- Update to 7.4.1 + * Fri Jul 30 2021 chenyanpanHW - 7.4.0-2 - DESC: delete -S git from %autosetup