diff --git a/cinder-tempest-plugin-1.7.2.tar.gz b/cinder-tempest-plugin-1.7.2.tar.gz deleted file mode 100644 index 294d80e8363b60d98fd7badd224d919e03cd155a..0000000000000000000000000000000000000000 Binary files a/cinder-tempest-plugin-1.7.2.tar.gz and /dev/null differ diff --git a/cinder-tempest-plugin-1.8.0.tar.gz b/cinder-tempest-plugin-1.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a1bbdd66a3810fa1d26053fb51806c4d762125b8 Binary files /dev/null and b/cinder-tempest-plugin-1.8.0.tar.gz differ diff --git a/python-cinder-tempest-plugin.spec b/python-cinder-tempest-plugin.spec index 63d53a22ff0add6c56a6d3f8a9aa2e0a1ccff762..26d6ae2bc5401ad43a42306014f0b126c77e7a37 100644 --- a/python-cinder-tempest-plugin.spec +++ b/python-cinder-tempest-plugin.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 -Name: python-cinder-tempest-plugin -Version: 1.7.2 -Release: 1 -Summary: Tempest plugin tests for Cinder. -License: Apache-2.0 -URL: http://www.openstack.org/ -Source0: https://files.pythonhosted.org/packages/ef/66/78b05bb3766542711a6c2110e369d0399b1eb1cd1c0dc073a0679e22563f/cinder-tempest-plugin-1.7.2.tar.gz -BuildArch: noarch +Name: python-cinder-tempest-plugin +Version: 1.8.0 +Release: 1 +Summary: Tempest plugin tests for Cinder. +License: Apache-2.0 +URL: http://www.openstack.org/ +Source0: https://files.pythonhosted.org/packages/ac/f9/42df9d404bffb42a8c11da2e638e35ea312b8f57ef0dfa0720b2be3d7460/cinder-tempest-plugin-1.8.0.tar.gz +BuildArch: noarch %description Tempest Integration for Cinder This directory contains additional Cinder @@ -18,25 +18,24 @@ Developers can also use this locally to perform more extensive testing.Any typical devstack instance should be able to run all Cinder plugin tests. %package -n python3-cinder-tempest-plugin -Summary: Tempest plugin tests for Cinder. -Provides: python-cinder-tempest-plugin +Summary: Tempest plugin tests for Cinder. +Provides: python-cinder-tempest-plugin = %{version}-%{release} # Base build requires -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel # General requires -BuildRequires: python3-oslo-config -BuildRequires: python3-oslo-serialization -BuildRequires: python3-six -BuildRequires: python3-tempest +BuildRequires: python3-oslo-config +BuildRequires: python3-oslo-serialization +BuildRequires: python3-six +BuildRequires: python3-tempest # General requires Requires: python3-oslo-config Requires: python3-oslo-serialization -Requires: python3-pbr -Requires: python3-six -Requires: python3-tempest +Requires: python3-pbr +Requires: python3-tempest %description -n python3-cinder-tempest-plugin Tempest Integration for Cinder This directory contains additional Cinder tempest tests.See the tempest plugin docs for information on using it: run all @@ -47,8 +46,8 @@ Developers can also use this locally to perform more extensive testing.Any typical devstack instance should be able to run all Cinder plugin tests. %package help -Summary: Tempest plugin tests for Cinder. -Provides: python3-cinder-tempest-plugin-doc +Summary: Development documents and examples for cinder-tempest-plugin +Provides: python3-cinder-tempest-plugin-doc %description help Tempest Integration for Cinder This directory contains additional Cinder tempest tests.See the tempest plugin docs for information on using it: run all @@ -66,28 +65,30 @@ typical devstack instance should be able to run all Cinder plugin tests. %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 if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -100,6 +101,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 10 2023 wangjunqi - 1.8.0-1 +- Update package to version 1.8.0 + * Wed Nov 23 2022 jiangxinyu - 1.7.2-1 - Update package to version 1.7.2