Skip to content

Commit

Permalink
Automatic commit of package [koji-containerbuild] release [0.7.2-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
rcerven committed Apr 4, 2017
1 parent d14abe2 commit 8f90fbe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion koji-containerbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global module koji_containerbuild

Name: koji-containerbuild
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
Summary: Koji support for building layered container images
Group: Applications/System
Expand Down Expand Up @@ -114,6 +114,15 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Apr 04 2017 Robert Cerven <[email protected]> 0.7.2-1
- check if pkg can be tagged ([email protected])
- orchestrator build can only successfully run if can_orchestrate option is
set, in osbs.conf otherwise will fallback to regular prod_build
([email protected])
- add unit testing for orchestrator builds ([email protected])
- Use osbs-client's create_orchestrator_build method if available
([email protected])

* Tue Nov 15 2016 Luiz Carvalho <[email protected]> 0.7.1-1
- Move long tag check in checkLabels ([email protected])
- Update tests and documentation after tasks have been merged
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/koji-containerbuild
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1-1 ./
0.7.2-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def run(self):

setup(
name="koji-containerbuild",
version="0.7.1",
version="0.7.2",
author="Pavol Babincak",
author_email="[email protected]",
description="Container build support for Koji buildsystem",
Expand Down

0 comments on commit 8f90fbe

Please sign in to comment.