diff --git a/os-brick-2.10.5.tar.gz b/os-brick-2.10.5.tar.gz deleted file mode 100644 index 0384925..0000000 Binary files a/os-brick-2.10.5.tar.gz and /dev/null differ diff --git a/os-brick-2.10.7.tar.gz b/os-brick-2.10.7.tar.gz new file mode 100644 index 0000000..fdc3cf4 Binary files /dev/null and b/os-brick-2.10.7.tar.gz differ diff --git a/python-os-brick.spec b/python-os-brick.spec index 746e095..f1b9ba2 100644 --- a/python-os-brick.spec +++ b/python-os-brick.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-os-brick -Version: 2.10.5 +Version: 2.10.7 Release: 1 Summary: OpenStack Cinder brick library for managing local volume attaches License: Apache-2.0 URL: https://docs.openstack.org/os-brick/ -Source0: https://files.pythonhosted.org/packages/bf/0e/532a3771cd3199ad9fa1ee5334e6637b923cb96e8c8ec7dfdad3e81de95d/os-brick-2.10.5.tar.gz +Source0: https://files.pythonhosted.org/packages/0d/53/e3beb80d890fafc96655b9455d1e80829c0cafa32a1b9b573d4c7edb480b/os-brick-2.10.7.tar.gz BuildArch: noarch %description Volume discovery and local storage management lib @@ -101,5 +101,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 15 2021 liusheng - 2.10.7-1 +- Upgrade os-brick package to version 2.10.7 + * Wed Nov 10 2021 OpenStack_SIG - 2.10.5-1 - Init package version 2.10.5 to support OpenStack Train