diff --git a/.gitignore b/.gitignore index 5b62446..29da9cc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libtaskotron-0.4.14.tar.gz /libtaskotron-0.4.15.tar.gz /libtaskotron-0.4.16.tar.gz +/libtaskotron-0.4.17.tar.gz diff --git a/libtaskotron.spec b/libtaskotron.spec index 09b83df..554ab33 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -1,5 +1,5 @@ Name: libtaskotron -Version: 0.4.16 +Version: 0.4.17 Release: 1%{?dist} Summary: Taskotron Support Library @@ -26,19 +26,20 @@ Requires: libtaskotron-config = %{version}-%{release} Requires: python-configparser >= 3.5.0b2 Requires: python-jinja2 >= 2.8 Requires: python-progressbar >= 2.3 -Requires: python-resultsdb_api >= 1.2.1 +Requires: python-resultsdb_api >= 1.2.2 Requires: python-requests >= 2.7.0 Requires: python-setuptools Requires: python-xunitparser >= 1.3.3 Requires: PyYAML >= 3.11 +Requires: sudo Requires: tar >= 1.28-6 BuildRequires: pytest >= 2.7.3 BuildRequires: python2-devel BuildRequires: python-configparser >= 3.5.0b2 BuildRequires: python-dingus >= 0.3.4 -BuildRequires: python-mock >= 1.0.1 +BuildRequires: python-mock >= 2.0.0 BuildRequires: python-progressbar >= 2.3 -BuildRequires: python-resultsdb_api >= 1.2.1 +BuildRequires: python-resultsdb_api >= 1.2.2 BuildRequires: python-requests >= 2.7.0 BuildRequires: python-setuptools BuildRequires: python-xunitparser >= 1.3.3 @@ -166,6 +167,10 @@ install -d %{buildroot}/%{_sharedstatedir}/taskotron/images %{python2_sitelib}/libtaskotron/ext/disposable/* %changelog +* Thu Nov 3 2016 Tim Flink - 0.4.17-1 +- add support for resultsdb 2.0 (D1019) +- add armhfp as a primary arch (D1040) + * Wed Aug 17 2016 Martin Krizek - 0.4.16-1 - symlink testcloud images instead of copying - copy dir to minion via tarball @@ -178,18 +183,12 @@ install -d %{buildroot}/%{_sharedstatedir}/taskotron/images - yumrepoinfo.conf: F22 is now EOL - various fixes and improvements -* Tue Jul 19 2016 Fedora Release Engineering - 0.4.14-2 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - * Tue Jul 12 2016 Martin Krizek - 0.4.14-1 - add xunit directive - docker testing documentation - taskotron_result tool - various fixes and improvements -* Wed Jun 22 2016 Martin Krizek - 0.4.13-4 -- exclude arm until testcloud dep is resolved there - * Fri May 27 2016 Martin Krizek - 0.4.13-3 - fix download URL for Source0 - fix conf files permissions diff --git a/sources b/sources index 80baac9..b020e68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -296a76459c30f7e6f9ecacd70100d0fc libtaskotron-0.4.16.tar.gz +93081006af84e87935b83fefde2e3f66 libtaskotron-0.4.17.tar.gz