From 42d27c709d24b3f432988886f4e5e552c7b5ee02 Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Thu, 16 Jun 2022 20:46:36 +0200 Subject: [PATCH] Automatic commit of package [koji-containerbuild] release [0.17.0-1]. Created by command: /usr/bin/tito tag --use-version=0.17.0 --- koji-containerbuild.spec | 5 ++++- rel-eng/packages/koji-containerbuild | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index a525daa..452cd43 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -15,7 +15,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 0.16.0 +Version: 0.17.0 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -161,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 16 2022 Robert Cerven 0.17.0-1 +- Honour allowed_scms_use_* kojid options (rcerven@redhat.com) + * Mon Nov 22 2021 Robert Cerven 0.16.0-1 - allow isolated flatpak (rcerven@redhat.com) diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index afccf29..6c7f260 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -0.16.0-1 ./ +0.17.0-1 ./ diff --git a/setup.py b/setup.py index a6cc0db..541cf10 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'): setup( name="koji-containerbuild", - version="0.16.0", + version="0.17.0", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",