Sync with upstream release 88.1.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
Cleber Rosa 2021-05-18 00:17:54 -04:00
commit d8dea0a273
3 changed files with 13 additions and 4 deletions

View file

@ -12,10 +12,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit 56d1df84fe9a88978c5b7fe538539887d81bf137
%global commit 1fba8042a8a4a83f5342138786240f676e58074d
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20210413
%global commit_date 20210517
%endif
%global shortcommit %(c=%{commit};echo ${c:0:9})
%global gitrel .%{commit_date}git%{shortcommit}
@ -37,7 +37,7 @@
%endif
Name: python-%{pkgname}
Version: 87.0
Version: 88.1
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
@ -132,6 +132,7 @@ for exe in \
avocado-runner-python-unittest \
avocado-runner-avocado-instrumented \
avocado-runner-tap \
avocado-runner-requirement-package \
avocado-software-manager
do
%{__mv} %{buildroot}%{_bindir}/$exe %{buildroot}%{_bindir}/$exe-%{python3_version}
@ -277,6 +278,9 @@ these days a framework) to perform automated testing.
%{_bindir}/avocado-runner-tap-%{python3_version}
%{_bindir}/avocado-runner-tap-3
%{_bindir}/avocado-runner-tap
%{_bindir}/avocado-runner-requirement-package-%{python3_version}
%{_bindir}/avocado-runner-requirement-package-3
%{_bindir}/avocado-runner-requirement-package
%{_bindir}/avocado-software-manager-%{python3_version}
%{_bindir}/avocado-software-manager-3
%{_bindir}/avocado-software-manager
@ -452,6 +456,10 @@ Again Shell code (and possibly other similar shells).
%changelog
* Tue May 18 2021 Cleber Rosa <cleber@redhat.com> - 88.1-1
- Sync with upstream release 88.1.
- Included avocado-runner-requirement-package executables
* Wed Apr 14 2021 Cleber Rosa <cleber@redhat.com> - 87.0-1
- Sync with upstream release 87.0.