Update Tempest version to 20.0.0

NOTE(dmllr): Fix build
Change-Id: Id79f1abab8a0dc71dbf2dcd665f3e093eb0a8ec8
This commit is contained in:
chenming 2019-04-01 09:59:08 +08:00 committed by Dirk Mueller
parent 7131bb5836
commit 883b194411
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%global sname tempest
Name: {{ py2name('Tempest') }}
Epoch: {{ epoch('Tempest') }}
Version: 18.0.0
Version: 20.0.0
Release: 0
Summary: The OpenStack Integration Test Suite
License: {{ license('Apache-2.0') }}
@ -88,7 +88,7 @@ mv %{buildroot}/%{_prefix}/%{_sysconfdir}/%{sname}/logging.conf.sample %{buildro
mv %{buildroot}/%{_prefix}/%{_sysconfdir}/%{sname}/whitelist.yaml %{buildroot}/%{_sysconfdir}/%{sname}/whitelist.yaml
# generate html docs
%{__python2} setup.py build_sphinx
PBR_VERSION=%version sphinx-build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
###rm -rf doc/build/html/.{doctrees,buildinfo}