diff --git a/.gitignore b/.gitignore index f9b28af..5b62446 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /libtaskotron-0.4.13.tar.gz /libtaskotron-0.4.14.tar.gz /libtaskotron-0.4.15.tar.gz +/libtaskotron-0.4.16.tar.gz diff --git a/libtaskotron.spec b/libtaskotron.spec index 13a4415..09b83df 100644 --- a/libtaskotron.spec +++ b/libtaskotron.spec @@ -1,5 +1,5 @@ Name: libtaskotron -Version: 0.4.15 +Version: 0.4.16 Release: 1%{?dist} Summary: Taskotron Support Library @@ -31,6 +31,7 @@ Requires: python-requests >= 2.7.0 Requires: python-setuptools Requires: python-xunitparser >= 1.3.3 Requires: PyYAML >= 3.11 +Requires: tar >= 1.28-6 BuildRequires: pytest >= 2.7.3 BuildRequires: python2-devel BuildRequires: python-configparser >= 3.5.0b2 @@ -79,9 +80,9 @@ Summary: disposable client module for libtaskotron Requires: libtaskotron-core = %{version}-%{release} Requires: python-paramiko >= 1.15.1 -Requires: testcloud >= 0.1.9 +Requires: testcloud >= 0.1.10 BuildRequires: python-paramiko >= 1.15.1 -BuildRequires: testcloud >= 0.1.9 +BuildRequires: testcloud >= 0.1.10 %description -n libtaskotron-disposable Module for libtaskotron which enables the use of disposable clients @@ -165,6 +166,11 @@ install -d %{buildroot}/%{_sharedstatedir}/taskotron/images %{python2_sitelib}/libtaskotron/ext/disposable/* %changelog +* Wed Aug 17 2016 Martin Krizek - 0.4.16-1 +- symlink testcloud images instead of copying +- copy dir to minion via tarball +- yumrepoinfo.conf: Fedora 25 has been branched + * Thu Jul 28 2016 Martin Krizek - 0.4.15-1 - Allow resultsdb_directive to read from file - create_report_directive: allow input from file diff --git a/sources b/sources index 1b061b7..80baac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d586d282c18b493067c0e318bc50d72 libtaskotron-0.4.15.tar.gz +296a76459c30f7e6f9ecacd70100d0fc libtaskotron-0.4.16.tar.gz