Skip to content

Commit

Permalink
Automatic commit of package [koji-containerbuild] release [0.7.1-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarva committed Nov 15, 2016
1 parent ae95b7f commit 24d73ed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 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.6.6
Version: 0.7.1
Release: 1%{?dist}
Summary: Koji support for building layered container images
Group: Applications/System
Expand Down Expand Up @@ -114,6 +114,22 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* 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
([email protected])
- Merge buildContainer and createContainer tasks ([email protected])
- Pick the longest tag correctly ([email protected])
- Pick the longest tag part among release and a list from additional-tags
([email protected])
- Reject a build if the longest tag is longer than 128 chars
([email protected])
- Trap build cancellation using signal handler ([email protected])
- tests: make tests work ([email protected])
- Cancel build when createContainer task is cancelled (throws
koji.GenericException) ([email protected])
- Drop support for release parameter ([email protected])

* Wed Jun 29 2016 Luiz Carvalho <[email protected]> 0.6.6-1
- Use osbs 'scratch' configuration for scratch builds ([email protected])
- Revert "Disable scratch builds" ([email protected])
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.6.6-1 ./
0.7.1-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.6.6",
version="0.7.1",
author="Pavol Babincak",
author_email="[email protected]",
description="Container build support for Koji buildsystem",
Expand Down

0 comments on commit 24d73ed

Please sign in to comment.