From 56fd8e7099386e01a261a5ecdb53f8c254e70b81 Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Wed, 4 Oct 2017 16:15:47 +0200 Subject: [PATCH] Automatic commit of package [koji-containerbuild] release [0.7.5-2]. Signed-off-by: Robert Cerven --- koji-containerbuild.spec | 25 ++++++++++++++++++++++++- rel-eng/packages/koji-containerbuild | 2 +- setup.py | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index 5668f2c9..ce380944 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -6,7 +6,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 0.7.4 +Version: 0.7.5 Release: 2%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -113,6 +113,29 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 04 2017 Robert Cerven 0.7.5-2 +- test.sh: install epel-release for centos first (vrutkovs@redhat.com) +- Run tests in Travis CI using containers (vrutkovs@redhat.com) +- setup.py: remove bogus install_requires (vrutkovs@redhat.com) +- Remove pycurl (vrutkovs@redhat.com) +- Add FileHandler for osbs module (lucarval@redhat.com) +- Fix test_cli_args unit test (lucarval@redhat.com) +- Remove kojid module loading (lucarval@redhat.com) +- Don't check for isolated option if flatpak is specified (vrutkovs@redhat.com) +- Use arch-override as str (lucarval@redhat.com) +- test_kcb: initial infra for improved logging self-tests/verification + (jarod@redhat.com) +- builder_containerbuild: clean up and simplify demux/non-demux split + (jarod@redhat.com) +- builder_containerbuild: write cleanups (jarod@redhat.com) +- builder_containerbuild: use get_orchestrator_build_logs api + (jarod@redhat.com) +- Flatpak support (otaylor@fishsoup.net) +- Clean up container-build CLI (otaylor@fishsoup.net) +- cli: add --arches argument option (mlangsdo@redhat.com) +- cli: write a test case for the arguments parser (mlangsdo@redhat.com) +- tests: throw OsbsOrchestratorNotEnabled if available (otaylor@fishsoup.net) + * Tue Sep 05 2017 Robert Cerven 0.7.4-1 - Use OsbsOrchestratorNotEnabled exception (lucarval@redhat.com) - Add support for isolated builds (lucarval@redhat.com) diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index e9204d76..2516ceab 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -0.7.4-1 ./ +0.7.5-2 ./ diff --git a/setup.py b/setup.py index a577219c..d3ff2f3a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def run(self): setup( name="koji-containerbuild", - version="0.7.4", + version="0.7.5", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",