Sync with upstream release 69.1 (LTS series).
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
19e497cb57
commit
0b2167ec1c
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
|||
/avocado-67.0.tar.gz
|
||||
/avocado-68.0.tar.gz
|
||||
/avocado-69.0.tar.gz
|
||||
/avocado-69.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 406f29bbdf46f2320936da0028ae5df53559915c
|
||||
%global commit 5ed5ac2fc05c65f06a199d41d27f632c68ffe9cd
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20190226
|
||||
%global commit_date 20190612
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:8})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -70,8 +70,8 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 69.0
|
||||
Release: 4%{?gitrel}%{?dist}
|
||||
Version: 69.1
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
# Found licenses:
|
||||
|
|
@ -1170,6 +1170,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.1-1
|
||||
- Sync with upstream release 69.1 (LTS series).
|
||||
|
||||
* Wed May 22 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.0-4
|
||||
- pyliblzma is Python 2-only and no longer available as of F31.
|
||||
- Unversioned executables should now be Python 3.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-69.0.tar.gz) = 5353c85d94a9754a6e23eb2b4e1a09dc4f87e3590ff1073383b2b8ac5e2eeb7cddadf5773c762f1dbd8b7a04ed6314f68cf7014acc4e709683f0251518c30b10
|
||||
SHA512 (avocado-69.1.tar.gz) = 9a41127e17ae3f328287e9450389872e4ffcb7867c56bf95d0f039067530f8e9bf780362a9a26a6ecbc8304225543f367fba7969cbd4aa9a644d54046bfb6b43
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue