Sync with upstream release 86.0.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
bf1deffff4
commit
ad5c2de8e6
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -31,3 +31,4 @@
|
|||
/avocado-83.0.tar.gz
|
||||
/avocado-84.0.tar.gz
|
||||
/avocado-85.0.tar.gz
|
||||
/avocado-86.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-85.0.tar.gz) = 16134248fa5300cc861419f1c371cd7e2c00c25b6275c288185d04e4290bde44b6d687d05ca4e224cb910e48de1fb39195e9f2e3a08900d5f33d5cd227ed6f1f
|
||||
SHA512 (avocado-86.0.tar.gz) = 85c2a6987de3658bfff9a46ce1d7214e1ac2c6017f6cfe9b1bb6dc36161efd08836f336f6df4a3baa89d73394aa2cc3fa3af2814b5156b3e2d6635b1c73ef40a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue