From 5a6eb202ae13e8e791ec484f49bba5fb018eec3c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: May 13 2021 05:27:59 +0000 Subject: Automatic commit of package [copr-backend] release [1.148-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-backend b/.tito/packages/copr-backend index c9815f0..39a0529 100644 --- a/.tito/packages/copr-backend +++ b/.tito/packages/copr-backend @@ -1 +1 @@ -1.147-1 backend/ +1.148-1 backend/ diff --git a/backend/copr-backend.spec b/backend/copr-backend.spec index cf866bf..aea8851 100644 --- a/backend/copr-backend.spec +++ b/backend/copr-backend.spec @@ -7,7 +7,7 @@ %global tests_tar test-data-copr-backend Name: copr-backend -Version: 1.147 +Version: 1.148 Release: 1%{?dist} Summary: Backend for Copr @@ -234,6 +234,9 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %exclude %{_pkgdocdir}/playbooks %changelog +* Thu May 13 2021 Pavel Raiskup 1.148-1 +- work with builders also over ipv6 + * Sun May 02 2021 Pavel Raiskup 1.147-1 - fix logging traceback for module builds - call creatrepo_c with --update if possible diff --git a/backend/setup.py b/backend/setup.py index 996ebb2..b2c0ef0 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -16,7 +16,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name='copr-backend', - version="1.147", + version="1.148", description=__description__, long_description=long_description, author=__author__,