!2 降级版本到1.5.1
From: @xihaijie Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
efc831da80
BIN
ironic-tempest-plugin-1.5.1.tar.gz
Normal file
BIN
ironic-tempest-plugin-1.5.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,15 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-ironic-tempest-plugin
|
||||
Version: 2.2.0
|
||||
Version: 1.5.1
|
||||
Release: 1
|
||||
Summary: Tempest plugin for ironic and ironic-inspector
|
||||
License: Apache-2.0
|
||||
URL: https://docs.openstack.org/ironic-tempest-plugin/latest/
|
||||
Source0: https://files.pythonhosted.org/packages/36/2d/08253d4c6a98c31d1eaabb14aa10a706ea569ecce2e69679b332b0a16ccc/ironic-tempest-plugin-2.2.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/92/30/600ba773ad138a9299889d5c71ce9cfca43aef9107dc9ae43e2f4f00e7c7/ironic-tempest-plugin-1.5.1.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
|
||||
This repository contains a Tempest plugin for OpenStack Bare Metal and Bare
|
||||
Metal Introspection projects.
|
||||
|
||||
%package -n python3-ironic-tempest-plugin
|
||||
Summary: Tempest plugin for ironic and ironic-inspector
|
||||
@ -20,41 +21,40 @@ BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
# General requires
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-oslo-config
|
||||
BuildRequires: python3-oslo-log
|
||||
BuildRequires: python3-oslo-serialization
|
||||
BuildRequires: python3-oslo-utils
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-tempest
|
||||
BuildRequires: python3-pycodestyle
|
||||
# General requires
|
||||
Requires: python3-fixtures
|
||||
Requires: python3-pbr
|
||||
Requires: python3-oslo-config
|
||||
Requires: python3-oslo-log
|
||||
Requires: python3-oslo-serialization
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-pbr
|
||||
Requires: python3-fixtures
|
||||
Requires: python3-six
|
||||
Requires: python3-tempest
|
||||
%description -n python3-ironic-tempest-plugin
|
||||
|
||||
This repository contains a Tempest plugin for OpenStack Bare Metal and Bare
|
||||
Metal Introspection projects.
|
||||
|
||||
%package help
|
||||
Summary: Tempest plugin for ironic and ironic-inspector
|
||||
Provides: python3-ironic-tempest-plugin-doc
|
||||
%description help
|
||||
|
||||
This repository contains a Tempest plugin for OpenStack Bare Metal and Bare
|
||||
Metal Introspection projects.
|
||||
|
||||
%prep
|
||||
%autosetup -n ironic-tempest-plugin-2.2.0
|
||||
%autosetup -n ironic-tempest-plugin-%{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
|
||||
@ -81,13 +81,16 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
|
||||
%files -n python3-ironic-tempest-plugin -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-1
|
||||
- Package Spec generate
|
||||
* Mon Nov 01 2021 xihaijie <xihaijie@huawei.com> - 1.5.1-1
|
||||
- Need downgrade package python3-ironic-tempest-plugin to version 1.5.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user