Sync with upstream release 86.0.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
Cleber Rosa 2021-03-15 21:48:00 -04:00
commit ad5c2de8e6
3 changed files with 10 additions and 5 deletions

View file

@ -12,10 +12,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit 954ff938991894a73171463d329b6bfa748c6652
%global commit 84ee92d6638ad947722c9130eae0102b3677426d
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20210209
%global commit_date 20210315
%endif
%global shortcommit %(c=%{commit};echo ${c:0:9})
%global gitrel .%{commit_date}git%{shortcommit}
@ -37,7 +37,7 @@
%endif
Name: python-%{pkgname}
Version: 85.0
Version: 86.0
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
@ -119,7 +119,7 @@ popd
pushd optional_plugins/result_upload
%py3_build
popd
%{__make} man
rst2man man/avocado.rst man/avocado.1
%install
%py3_install
@ -452,6 +452,10 @@ Again Shell code (and possibly other similar shells).
%changelog
* Tue Mar 16 2021 Cleber Rosa <cleber@redhat.com> - 86.0-1
- Sync with upstream release 86.0.
- Do not depend on make to build man page
* Wed Feb 10 2021 Cleber Rosa <cleber@redhat.com> - 85.0-1
- Sync with upstream release 85.0.