!3 Update package cinder-tempest-plugin of version 0.3.0

From: @sean-lau
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:15:57 +00:00 committed by Gitee
commit eda530db9f
3 changed files with 14 additions and 12 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-cinder-tempest-plugin
Version: 1.4.0
Release: 2
Version: 0.3.0
Release: 1
Summary: Tempest plugin tests for Cinder.
License: Apache-2.0
URL: http://www.openstack.org/
Source0: https://files.pythonhosted.org/packages/1c/1e/53ae972ac33e88fbcdea4e2580dcf12b822c1ccd629369ff5c2d78cefc1c/cinder-tempest-plugin-1.4.0.tar.gz
Source0: https://files.pythonhosted.org/packages/87/2c/89149579e39530794a7cb6e8b430a2c0bab2a617c3985c74a457ad1e297b/cinder-tempest-plugin-0.3.0.tar.gz
BuildArch: noarch
%description
Tempest Integration for Cinder This directory contains additional Cinder
@ -27,14 +27,14 @@ BuildRequires: python3-pip
BuildRequires: python3-wheel
# General requires
BuildRequires: python3-oslo-config
BuildRequires: python3-oslo-serialization
BuildRequires: python3-six
BuildRequires: python3-oslo-serialization
BuildRequires: python3-tempest
# General requires
Requires: python3-oslo-config
Requires: python3-oslo-serialization
Requires: python3-pbr
Requires: python3-oslo-config
Requires: python3-six
Requires: python3-oslo-serialization
Requires: python3-tempest
%description -n python3-cinder-tempest-plugin
Tempest Integration for Cinder This directory contains additional Cinder
@ -58,7 +58,7 @@ Developers can also use this locally to perform more extensive testing.Any
typical devstack instance should be able to run all Cinder plugin tests.
%prep
%autosetup -n cinder-tempest-plugin-1.4.0 -p1
%autosetup -n cinder-tempest-plugin-%{version}
%build
%py3_build
@ -94,13 +94,15 @@ mv %{buildroot}/doclist.lst .
%files -n python3-cinder-tempest-plugin -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Fri Nov 05 2021 OpenStack_SIG <openstack@openeuler.org> - 0.3.0-1
- Upgrade package python3-cinder-tempest-plugin to version 0.3.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.4.0-2
- DESC: delete -S git from %autosetup