From 82f1035fdfc2426e3a5a2841eb8515b676424dc7 Mon Sep 17 00:00:00 2001 From: clime Date: Jan 26 2017 15:32:27 +0000 Subject: Automatic commit of package [copr-backend] release [1.96-1]. --- diff --git a/.tito/packages/copr-backend b/.tito/packages/copr-backend index 3d729d7..8048fc5 100644 --- a/.tito/packages/copr-backend +++ b/.tito/packages/copr-backend @@ -1 +1 @@ -1.95-1 backend/ +1.96-1 backend/ diff --git a/backend/copr-backend.spec b/backend/copr-backend.spec index d5e2f54..54e393e 100644 --- a/backend/copr-backend.spec +++ b/backend/copr-backend.spec @@ -3,7 +3,7 @@ %endif Name: copr-backend -Version: 1.95 +Version: 1.96 Release: 1%{?dist} Summary: Backend for Copr @@ -257,6 +257,19 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* Thu Jan 26 2017 clime 1.96-1 +- Fixes for building COPR Backend and Dist-git on EL7 +- simplified/improved logging of exceptions mainly +- don't use sha256 checksum for rhel-5* repos, too +- drop mentions of the max_builds_per_vm optoin +- switched usage of deprecated ansible Runner for python-paramiko module +- os_nova filter plugin fixed for python-novaclient 3 +- support for STOMP msg buses +- fix Bug 1402689 regarding job cancellation +- jobgrab service is no more +- respect 'do_sign' option when forking +- fix buildroot_cmd for rhel mock profiles + * Thu Dec 01 2016 clime 1.95-1 - use buildroot_pkgs substitution type according to job.chroot - use timeout command to respect timeout param coming from frontend