diff --git a/glance_store-2.5.0.tar.gz b/glance_store-2.5.0.tar.gz deleted file mode 100644 index 8abe90e45ee84d76926bdb578a17d7aca1f7712b..0000000000000000000000000000000000000000 Binary files a/glance_store-2.5.0.tar.gz and /dev/null differ diff --git a/glance_store-3.0.0.tar.gz b/glance_store-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9574df1fe049d13e61e168cb45da06c244d8046a Binary files /dev/null and b/glance_store-3.0.0.tar.gz differ diff --git a/python-glance-store.spec b/python-glance-store.spec index 740096634eb7a2cf81c290c17251498efb922288..5b9c66600b4f7db4e8d80dda31cf42a651dfac2d 100644 --- a/python-glance-store.spec +++ b/python-glance-store.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-glance-store -Version: 2.5.0 +Version: 3.0.0 Release: 1 Summary: OpenStack Image Service Store Library License: Apache-2.0 URL: https://docs.openstack.org/glance_store/latest/ -Source0: https://files.pythonhosted.org/packages/fd/37/cdf17c0e236f3549f3154850229d6d48f641855e9272be5804b64c9adae1/glance_store-2.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c4/43/722054c02d18fbc9e023b3ced5a6660249605ce6f09250ab5ced54df7204/glance_store-3.0.0.tar.gz BuildArch: noarch %description Glance store library. @@ -40,25 +40,6 @@ BuildRequires: python3-boto3 BuildRequires: python3-httplib2 BuildRequires: python3-swiftclient BuildRequires: python3-oslo-vmware -# Tests running requires -BuildRequires: python3-boto3 -BuildRequires: python3-coverage -BuildRequires: python3-doc8 -BuildRequires: python3-fixtures -BuildRequires: python3-hacking -BuildRequires: python3-httplib2 -BuildRequires: python3-os-brick -BuildRequires: python3-oslo-privsep -BuildRequires: python3-oslo-rootwrap -BuildRequires: python3-oslo-vmware -BuildRequires: python3-oslotest -BuildRequires: python3-cinderclient -BuildRequires: python3-subunit -BuildRequires: python3-swiftclient -BuildRequires: python3-requests-mock -BuildRequires: python3-stestr -BuildRequires: python3-testscenarios -BuildRequires: python3-testtools # General requires Requires: python3-eventlet Requires: python3-jsonschema @@ -80,25 +61,6 @@ Requires: python3-boto3 Requires: python3-httplib2 Requires: python3-swiftclient Requires: python3-oslo-vmware -# Tests running requires -Requires: python3-boto3 -Requires: python3-coverage -Requires: python3-doc8 -Requires: python3-fixtures -Requires: python3-hacking -Requires: python3-httplib2 -Requires: python3-os-brick -Requires: python3-oslo-privsep -Requires: python3-oslo-rootwrap -Requires: python3-oslo-vmware -Requires: python3-oslotest -Requires: python3-cinderclient -Requires: python3-subunit -Requires: python3-swiftclient -Requires: python3-requests-mock -Requires: python3-stestr -Requires: python3-testscenarios -Requires: python3-testtools %description -n python3-glance-store Glance store library. @@ -109,14 +71,14 @@ Provides: python3-glance-store-doc Glance store library. %prep -%autosetup -n glance_store-2.5.0 +%autosetup -n glance_store-%{version} %build %py3_build - %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -143,10 +105,10 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . + %files -n python3-glance-store -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* @@ -155,6 +117,9 @@ mv %{buildroot}/doclist.lst . %{_prefix}/%{_sysconfdir}/glance/rootwrap.d/glance_cinder_store.filters %changelog +* Thu Jul 14 2022 OpenStack_SIG - 3.0.0-1 +- Upgrade package python3-glance-store to version 3.0.0 + * Tue Jul 13 2021 OpenStack_SIG - 2.5.0-1 - Update to 2.5.0 * Tue Apr 27 2021 zhangy1317 2.4.0