Sync with upstream release 89.0
Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
d8dea0a273
commit
6a0c944592
3 changed files with 17 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,3 +34,4 @@
|
|||
/avocado-86.0.tar.gz
|
||||
/avocado-87.0.tar.gz
|
||||
/avocado-88.1.tar.gz
|
||||
/avocado-89.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 1fba8042a8a4a83f5342138786240f676e58074d
|
||||
%global commit 5c5e83340a6041cf470186c48be9d50cb07f9486
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20210517
|
||||
%global commit_date 20210621
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:9})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 88.1
|
||||
Version: 89.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
|
|
@ -127,11 +127,13 @@ for exe in \
|
|||
avocado \
|
||||
avocado-runner \
|
||||
avocado-runner-noop \
|
||||
avocado-runner-dry-run \
|
||||
avocado-runner-exec \
|
||||
avocado-runner-exec-test \
|
||||
avocado-runner-python-unittest \
|
||||
avocado-runner-avocado-instrumented \
|
||||
avocado-runner-tap \
|
||||
avocado-runner-requirement-asset \
|
||||
avocado-runner-requirement-package \
|
||||
avocado-software-manager
|
||||
do
|
||||
|
|
@ -263,6 +265,9 @@ these days a framework) to perform automated testing.
|
|||
%{_bindir}/avocado-runner-noop-%{python3_version}
|
||||
%{_bindir}/avocado-runner-noop-3
|
||||
%{_bindir}/avocado-runner-noop
|
||||
%{_bindir}/avocado-runner-dry-run-%{python3_version}
|
||||
%{_bindir}/avocado-runner-dry-run-3
|
||||
%{_bindir}/avocado-runner-dry-run
|
||||
%{_bindir}/avocado-runner-exec-%{python3_version}
|
||||
%{_bindir}/avocado-runner-exec-3
|
||||
%{_bindir}/avocado-runner-exec
|
||||
|
|
@ -278,6 +283,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-asset-%{python3_version}
|
||||
%{_bindir}/avocado-runner-requirement-asset-3
|
||||
%{_bindir}/avocado-runner-requirement-asset
|
||||
%{_bindir}/avocado-runner-requirement-package-%{python3_version}
|
||||
%{_bindir}/avocado-runner-requirement-package-3
|
||||
%{_bindir}/avocado-runner-requirement-package
|
||||
|
|
@ -456,6 +464,10 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Cleber Rosa <cleber@redhat.com> - 89.0-1
|
||||
- Sync with upstream release 89.0.
|
||||
- Packaged avocado-runner-dry-run and avocado-runner-requirement-asset
|
||||
|
||||
* Tue May 18 2021 Cleber Rosa <cleber@redhat.com> - 88.1-1
|
||||
- Sync with upstream release 88.1.
|
||||
- Included avocado-runner-requirement-package executables
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-88.1.tar.gz) = 657151d1fd87e1b64ed8cde0c4f991cd4932a200611856e822f9ebc3ab89103de87bc301afc29c7441490b9da0e201711c92f4a3b0787eea46c5f6b51a81c074
|
||||
SHA512 (avocado-89.0.tar.gz) = 37b7545da4c7b2a5fd073de0212bce66ea2a93e45e513f10769b2ee305071e9c5cd8fa54cfd81209d1c62a9c0a9da069890808a701344ecd06515622b87baec3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue