Init with 2.10.5 to support Train

This commit is contained in:
huangtianhua 2021-11-10 14:45:05 +08:00
parent a24252209d
commit 810e98004b
3 changed files with 11 additions and 21 deletions

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

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-os-brick
Version: 4.3.1
Version: 2.10.5
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/46/69/4a7d64a184c63f7e5f99eebf33d31141521e664558e7212cecf617070112/os-brick-4.3.1.tar.gz
Source0: https://files.pythonhosted.org/packages/bf/0e/532a3771cd3199ad9fa1ee5334e6637b923cb96e8c8ec7dfdad3e81de95d/os-brick-2.10.5.tar.gz
BuildArch: noarch
%description
Volume discovery and local storage management lib
@ -20,34 +20,32 @@ BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
# General requires
BuildRequires: python3-babel
BuildRequires: python3-eventlet
BuildRequires: python3-os-win
BuildRequires: python3-oslo-concurrency
BuildRequires: python3-oslo-context
BuildRequires: python3-oslo-i18n
BuildRequires: python3-oslo-log
BuildRequires: python3-oslo-privsep
BuildRequires: python3-oslo-serialization
BuildRequires: python3-oslo-service
BuildRequires: python3-oslo-utils
BuildRequires: python3-requests
BuildRequires: python3-tenacity
BuildRequires: python3-os-win
BuildRequires: python3-retrying
BuildRequires: python3-six
# General requires
Requires: python3-babel
Requires: python3-eventlet
Requires: python3-os-win
Requires: python3-oslo-concurrency
Requires: python3-oslo-context
Requires: python3-oslo-i18n
Requires: python3-oslo-log
Requires: python3-oslo-privsep
Requires: python3-oslo-serialization
Requires: python3-oslo-service
Requires: python3-oslo-utils
Requires: python3-pbr
Requires: python3-requests
Requires: python3-tenacity
Requires: python3-retrying
Requires: python3-six
%description -n python3-os-brick
Volume discovery and local storage management lib
@ -58,7 +56,7 @@ Provides: python3-os-brick-doc
Volume discovery and local storage management lib
%prep
%autosetup -n os-brick-4.3.1
%autosetup -n os-brick-%{version}
%build
%py3_build
@ -95,10 +93,6 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
# pycodestyle version doesn't satisfy the requirement, skip now
#%check
#%{__python3} setup.py test
%files -n python3-os-brick -f filelist.lst
%dir %{python3_sitelib}/*
%{_datarootdir}/os-brick
@ -107,9 +101,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 4.3.1-1
- Upgrade version
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.0.1-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Jan 12 2021 zhangy <zhangy1317@foxmail.com> 2021.1.12
- Update to 2021.1.12
* Wed Nov 10 2021 OpenStack_SIG <openstack@openeuler.org> - 2.10.5-1
- Init package version 2.10.5 to support OpenStack Train