Sync with upstream release 74.0.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
b6a80deb28
commit
5200b71adc
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,3 +20,4 @@
|
|||
/avocado-71.0.tar.gz
|
||||
/avocado-72.0.tar.gz
|
||||
/avocado-73.0.tar.gz
|
||||
/avocado-74.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 25019730b046c7793cec7768f8f94834bd440485
|
||||
%global commit f560105586748fdea4d540dd407b68c47022419f
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20191122
|
||||
%global commit_date 20191223
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:8})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 73.0
|
||||
Version: 74.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
|
|
@ -650,6 +650,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 23 2019 Merlin Mathesius <mmathesi@redhat.com> - 74.0-1
|
||||
- Sync with upstream release 74.0.
|
||||
|
||||
* Wed Nov 27 2019 Merlin Mathesius <mmathesi@redhat.com> - 73.0-1
|
||||
- Sync with upstream release 73.0.
|
||||
- Adjustments to build for RHEL 8.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-73.0.tar.gz) = 3c6e1e83f475f8398446165ff31d30a86ca8153d229ccd4002d9f22735b06d5aba8df9817606124b5c8dd37256a55bde5f227b978be9ea7c1bdaa26ba5be8d01
|
||||
SHA512 (avocado-74.0.tar.gz) = ee9c2d4ecc91979a07e0bda613d3232faf29abe75b0eebb374b67f22d0fa746b0026a296b2aaa783f0ef196901e323c0326fc3781a0df54963c979f4b4d5c85c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue