From 953d87f6319420d179d819f1cbe5aaf32623e77c Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Sep 18 2014 11:57:00 +0000 Subject: Automatic commit of package [copr-backend] release [1.43-1]. --- diff --git a/backend/copr-backend.spec b/backend/copr-backend.spec index 46b41c9..a3365b4 100644 --- a/backend/copr-backend.spec +++ b/backend/copr-backend.spec @@ -3,7 +3,7 @@ %endif Name: copr-backend -Version: 1.42 +Version: 1.43 Release: 1%{?dist} Summary: Backend for Copr @@ -180,6 +180,13 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* Thu Sep 18 2014 Valentin Gologuzov 1.43-1 +- [backend] config parsing: convert fields to proper data type. +- [backend] added option to disable package signing. +- [keygen] new component for copr: gpg key generation for package sign +- [backend] broadcast both submitter and owner to fedmsg +- [backend] example backend config: changes url protocol to HTTPS. + * Mon Aug 25 2014 Adam Samalik 1.42-1 - [backend] [RHBZ:1128606 ] For rhel-5 builds pass "--checksum md5" to `createrepo_c` command. diff --git a/rel-eng/packages/copr-backend b/rel-eng/packages/copr-backend index e7a3e81..7897a29 100644 --- a/rel-eng/packages/copr-backend +++ b/rel-eng/packages/copr-backend @@ -1 +1 @@ -1.42-1 backend/ +1.43-1 backend/