From f24684c5a151924570d32bbc73632851ffddf28b Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Thu, 15 Dec 2022 17:16:38 +0100 Subject: [PATCH] Automatic commit of package [koji-containerbuild] release [1.2.1-1]. Created by command: /usr/bin/tito tag --use-version=1.2.1 --changelog=new upstream release: 1.2.1 --- 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 e2b624e..3947fa9 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -15,7 +15,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 15 2022 Robert Cerven 1.2.1-1 +- new upstream release: 1.2.1 + * Wed Dec 14 2022 mkosiarc 1.2.0-1 - new upstream release: 1.2.0 diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index ef1b931..fe105c3 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -1.2.0-1 ./ +1.2.1-1 ./ diff --git a/setup.py b/setup.py index 52ad3b9..105e39f 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def find_package_modules(self, package, package_dir): setup( name="koji-containerbuild", - version="1.2.0", + version="1.2.1", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",