From df1825bc83a7c8d8ea056ecfb32251e388d1c176 Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Fri, 19 Nov 2021 20:03:22 +0100 Subject: [PATCH] Automatic commit of package [koji-containerbuild] release [0.15.0-1]. Created by command: /usr/bin/tito tag --use-version=0.15.0 --- koji-containerbuild.spec | 6 +++++- rel-eng/packages/koji-containerbuild | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index 6382378..1d4022a 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -15,7 +15,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 0.14.0 +Version: 0.15.0 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -161,6 +161,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 19 2021 Robert Cerven 0.15.0-1 +- pass userdata to osbs-client and also add it for source builds + (rcerven@redhat.com) + * Tue Nov 16 2021 Robert Cerven 0.14.0-1 - test should use osbs_ocp3 branch for osbs-client (rcerven@redhat.com) - RPM: Fix py3 dependency (rcerven@redhat.com) diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index 028a24c..aee1601 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -0.14.0-1 ./ +0.15.0-1 ./ diff --git a/setup.py b/setup.py index b43217c..239f084 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'): setup( name="koji-containerbuild", - version="0.14.0", + version="0.15.0", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",