diff --git a/.gitignore b/.gitignore index c575065..9b42a78 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /copr-backend-1.91.tar.gz /copr-backend-1.92.tar.gz /copr-backend-1.94.tar.gz +/copr-backend-1.95.tar.gz diff --git a/copr-backend.spec b/copr-backend.spec index 49b014c..9c1f7f1 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -3,7 +3,7 @@ %endif Name: copr-backend -Version: 1.94 +Version: 1.95 Release: 1%{?dist} Summary: Backend for Copr @@ -167,8 +167,7 @@ touch %{buildroot}%{_var}/log/copr-backend/prune_old.log touch %{buildroot}%{_var}/run/copr-backend/copr-be.pid -#install -m 0644 copr-backend.service %{buildroot}/%{_unitdir}/ -cp -a run/systemd/*.service %{buildroot}/%{_unitdir}/ +cp -a units/*.service %{buildroot}/%{_unitdir}/ install -m 0644 conf/copr.sudoers.d %{buildroot}%{_sysconfdir}/sudoers.d/copr @@ -260,6 +259,19 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* 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 +- don't ship unitfiles in %%bindir +- move createrepo to the end of the rawhide_to_release handler +- modulemd 1.0.2 compatibility +- Bug 1397119 - Error reading SSH protocol banner +- added auto-prune project's option +- Bug 1086139 - [RFE] provide UI to cancel a build +- Fix misleading debug statement +- fix exception logging in ensure_dir_exists helper +- Fix chroot_setup_cmd regex for custom chroot + * Mon Sep 19 2016 clime 1.94-1 - also provide default version and release for generated modules.json diff --git a/sources b/sources index 6b8679d..02a5d86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b93187dd3ebb196bd5733f0e9037f13 copr-backend-1.94.tar.gz +4a8724afca2e8676d2bda82c9dcfe3e5 copr-backend-1.95.tar.gz