diff --git a/.gitignore b/.gitignore index 2bc1754..3114cc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /copr-backend-1.32.tar.gz /copr-backend-1.37.tar.gz /copr-backend-1.82.tar.gz +/copr-backend-1.84.tar.gz diff --git a/copr-backend.spec b/copr-backend.spec index 7ead382..c01fb24 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -3,7 +3,7 @@ %endif Name: copr-backend -Version: 1.82 +Version: 1.84 Release: 1%{?dist} Summary: Backend for Copr @@ -41,7 +41,7 @@ BuildRequires: python-setproctitle # missing python3 BuildRequires: python-retask BuildRequires: python-copr >= 1.60 -BuildRequires: ansible >= 1.2 +BuildRequires: ansible1.9 BuildRequires: python-IPy BuildRequires: python-paramiko BuildRequires: python-psutil @@ -56,7 +56,7 @@ BuildRequires: sphinx BuildRequires: python-sphinx Requires: obs-signd -Requires: ansible >= 1.2 +Requires: ansible1.9 Requires: lighttpd Requires: euca2ools Requires: rsync @@ -247,6 +247,26 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* Thu Apr 28 2016 Miroslav Suchý 1.84-1 +- Bug 1327996 - config_opts['use_host_resolv'] is not set back to + True if it was False before + +* Fri Apr 22 2016 Miroslav Suchý 1.83-1 +- run createrepo on forked project (RhBug: 1329076) +- Bug 1327852 - /usr/bin/check_consecutive_build_fails.py errors +- we need to stick to ansible1.9 +- more escaping +- prunning down testresults :) +- a few unittests for copr_prune_results.py script +- unit test "fixes" +- fix error when forking into existing project +- (mockremote): improve chroot_setup_cmd replacement for EL-5 +- copr_prune_results.py - python path fix +- Bug 1324514 - copr createrepo error messages - fix for errors of + type one +- Bug 1324514 - copr createrepo error messages - fix for errors of + type 2 + * Thu Mar 24 2016 Jakub Kadlčík 1.82-1 - use timeout variable from config diff --git a/sources b/sources index 912557c..9e26d75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93851268640182b81dc550e7624cd146 copr-backend-1.82.tar.gz +9c2918051caf39a3bcdde644bb7356fb copr-backend-1.84.tar.gz