Skip to content

Commit

Permalink
Automatic commit of package [koji-containerbuild] release [0.9.0-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=0.9.0
  • Loading branch information
rcerven committed Nov 6, 2020
1 parent 41e540d commit a0b7536
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 @@ -15,7 +15,7 @@
%global module koji_containerbuild

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


%changelog
* Fri Nov 06 2020 Robert Cerven <[email protected]> 0.9.0-1
- Add unit test ([email protected])
- Trap OsbsValidationException, print it, and raise it as ContainerError
([email protected])
- 'pytest-capturelog' is dead and must be removed ([email protected])
- builder: document space delimier for arch_override ([email protected])
- pyrsistent support for Py 2 ends with release 0.16 ([email protected])
- [markdown] Use older version of mdl (0.9) ([email protected])

* Wed Jul 29 2020 Robert Cerven <[email protected]> 0.8.0-1
- Early check for missing branch, and scratch with isolated build conflict
([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.8.0-1 ./
0.9.0-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'):

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

0 comments on commit a0b7536

Please sign in to comment.