Upgrade os-brick package to version 2.10.7

(cherry picked from commit 772107dadf10f0f3ba482ea63c7c49410bc17b8a)
This commit is contained in:
liusheng 2021-11-15 07:21:57 +00:00 committed by openeuler-sync-bot
parent 2fe6e3da72
commit 159eba8d4a
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
os-brick-2.10.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-os-brick Name: python-os-brick
Version: 2.10.5 Version: 2.10.7
Release: 1 Release: 1
Summary: OpenStack Cinder brick library for managing local volume attaches Summary: OpenStack Cinder brick library for managing local volume attaches
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/os-brick/ 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 BuildArch: noarch
%description %description
Volume discovery and local storage management lib Volume discovery and local storage management lib
@ -101,5 +101,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 15 2021 liusheng <liusheng2048@gmail.com> - 2.10.7-1
- Upgrade os-brick package to version 2.10.7
* Wed Nov 10 2021 OpenStack_SIG <openstack@openeuler.org> - 2.10.5-1 * Wed Nov 10 2021 OpenStack_SIG <openstack@openeuler.org> - 2.10.5-1
- Init package version 2.10.5 to support OpenStack Train - Init package version 2.10.5 to support OpenStack Train