diff --git a/os-brick-2.10.5.tar.gz b/os-brick-2.10.5.tar.gz new file mode 100644 index 0000000..0384925 Binary files /dev/null and b/os-brick-2.10.5.tar.gz differ diff --git a/os-brick-4.3.1.tar.gz b/os-brick-4.3.1.tar.gz deleted file mode 100644 index 19939d0..0000000 Binary files a/os-brick-4.3.1.tar.gz and /dev/null differ diff --git a/python-os-brick.spec b/python-os-brick.spec index 18c1421..746e095 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: 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 - 4.3.1-1 -- Upgrade version -* Fri Jul 30 2021 chenyanpanHW - 4.0.1-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git -* Tue Jan 12 2021 zhangy 2021.1.12 -- Update to 2021.1.12 +* Wed Nov 10 2021 OpenStack_SIG - 2.10.5-1 +- Init package version 2.10.5 to support OpenStack Train