Sync with upstream release 66.0.

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2018-11-21 11:41:12 -06:00
commit ca0081ee31
5 changed files with 42 additions and 38 deletions

View file

@ -12,10 +12,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit 7d401ce5add925856ff9620007eb492a56f28001
%global commit d3487744354bc4a37c238a463fcb867992a2cfe8
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20181002
%global commit_date 20181119
%endif
%global shortcommit %(c=%{commit};echo ${c:0:8})
%global gitrel .%{commit_date}git%{shortcommit}
@ -49,7 +49,7 @@
%endif
Name: python-%{pkgname}
Version: 65.0
Version: 66.0
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
@ -62,7 +62,7 @@ URL: http://avocado-framework.github.io/
Source0: https://github.com/avocado-framework/%{srcname}/archive/%{gitref}.tar.gz#/%{gittar}
BuildArch: noarch
# Patch to skip unreliable tests that result in Fedora build failures
Patch0: avocado-65.0-skip-unreliable-selftests.patch
Patch0: avocado-66.0-skip-unreliable-selftests.patch
BuildRequires: procps-ng
BuildRequires: kmod
@ -1088,6 +1088,9 @@ Again Shell code (and possibly other similar shells).
%changelog
* Wed Nov 21 2018 Merlin Mathesius <mmathesi@redhat.com> - 66.0-1
- Sync with upstream release 66.0.
* Thu Oct 04 2018 Merlin Mathesius <mmathesi@redhat.com> - 65.0-1
- Sync with upstream release 65.0.