Sync with upstream release 52.0. (BZ#1465409)

This commit is contained in:
Merlin Mathesius 2017-06-29 15:27:01 -05:00
commit 2e7b8dc6eb
3 changed files with 8 additions and 4 deletions

View file

@ -10,10 +10,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit a7275046bf1cf6fee52f7dbdf4bf5b97f6f2b3da
%global commit bb62fe5a1fa93ea6573da46556928af5041c1b7d
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20170612
%global commit_date 20170626
%endif
%global shortcommit %(c=%{commit};echo ${c:0:7})
%global gitrel .%{commit_date}git%{shortcommit}
@ -32,7 +32,7 @@
%endif
Name: python-%{srcname}
Version: 51.0
Version: 52.0
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
@ -405,6 +405,9 @@ find %{buildroot}%{_docdir}/avocado -type f -name '*.py' -exec %{__chmod} -c -x
%changelog
* Thu Jun 29 2017 Merlin Mathesius <mmathesi@redhat.com> - 52.0-1
- Sync with upstream release 52.0. (BZ#1465409)
* Wed Jun 14 2017 Merlin Mathesius <mmathesi@redhat.com> - 51.0-1
- Sync with upstream release 51.0. (BZ#1460837)
- Disable selftests when libvirt may not be available.