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 <lucarval@redhat.com> 0.7.1-1
- Move long tag check in checkLabels (vrutkovs@redhat.com)
- Update tests and documentation after tasks have been merged
(vrutkovs@redhat.com)
- Merge buildContainer and createContainer tasks (vrutkovs@redhat.com)
- Pick the longest tag correctly (vrutkovs@redhat.com)
- Pick the longest tag part among release and a list from additional-tags
(vrutkovs@redhat.com)
- Reject a build if the longest tag is longer than 128 chars
(vrutkovs@redhat.com)
- Trap build cancellation using signal handler (vrutkovs@redhat.com)
- tests: make tests work (twaugh@redhat.com)
- Cancel build when createContainer task is cancelled (throws
koji.GenericException) (vrutkovs@redhat.com)
- Drop support for release parameter (lucarval@redhat.com)

* Wed Jun 29 2016 Luiz Carvalho <lucarval@redhat.com> 0.6.6-1
- Use osbs 'scratch' configuration for scratch builds (vrutkovs@redhat.com)
- Revert "Disable scratch builds" (vrutkovs@redhat.com)
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="pbabinca@redhat.com",
description="Container build support for Koji buildsystem",
Expand Down

0 comments on commit 24d73ed

Please sign in to comment.