Sync with 82.2 release

Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
Cleber Rosa 2022-09-01 19:45:00 -04:00
commit 5c453e446c

View file

@ -9,10 +9,10 @@
%global gittar avocado-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit e97540793998c4f24a16000465dd7fdd213bf2b9
%global commit 1d4aaf60702180d602d6ed7f2b066f5bf276e1c1
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20200911
%global commit_date 20220901
%endif
%global shortcommit %(c=%{commit};echo ${c:0:9})
%global gitrel .%{commit_date}git%{shortcommit}
@ -34,8 +34,8 @@
%endif
Name: python-avocado
Version: 82.0
Release: 4%{?gitrel}%{?dist}
Version: 82.2
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
# Found licenses:
# avocado/core/tapparser.py: MIT