Sync with upstream release 52.0. (BZ#1465409)
This commit is contained in:
parent
c3dec5eef0
commit
2e7b8dc6eb
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/avocado-49.0.tar.gz
|
||||
/avocado-50.0.tar.gz
|
||||
/avocado-51.0.tar.gz
|
||||
/avocado-52.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-51.0.tar.gz) = 4367f32302f983b8ac39f11f6c01a3bab78527f1885564b0759acc239e9b87fa3ea7299fc251e697314a5be28107099383300db3bfa2ca9a030372b555a75828
|
||||
SHA512 (avocado-52.0.tar.gz) = 291587c90b2774e3030595cb9ae3781e1bd151c9a3d21e899a64ba1da766387b40979700f4c6b1c373156f2eda4be1857c98b08cc32c5a712c8bd4f168da04cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue