Skip to content

Commit

Permalink
Automatic commit of package [koji-containerbuild] release [0.7.5-2].
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed Oct 4, 2017
1 parent 9a9437d commit 56fd8e7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 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.4
Version: 0.7.5
Release: 2%{?dist}
Summary: Koji support for building layered container images
Group: Applications/System
Expand Down Expand Up @@ -113,6 +113,29 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Wed Oct 04 2017 Robert Cerven <[email protected]> 0.7.5-2
- test.sh: install epel-release for centos first ([email protected])
- Run tests in Travis CI using containers ([email protected])
- setup.py: remove bogus install_requires ([email protected])
- Remove pycurl ([email protected])
- Add FileHandler for osbs module ([email protected])
- Fix test_cli_args unit test ([email protected])
- Remove kojid module loading ([email protected])
- Don't check for isolated option if flatpak is specified ([email protected])
- Use arch-override as str ([email protected])
- test_kcb: initial infra for improved logging self-tests/verification
([email protected])
- builder_containerbuild: clean up and simplify demux/non-demux split
([email protected])
- builder_containerbuild: write cleanups ([email protected])
- builder_containerbuild: use get_orchestrator_build_logs api
([email protected])
- Flatpak support ([email protected])
- Clean up container-build CLI ([email protected])
- cli: add --arches argument option ([email protected])
- cli: write a test case for the arguments parser ([email protected])
- tests: throw OsbsOrchestratorNotEnabled if available ([email protected])

* Tue Sep 05 2017 Robert Cerven <[email protected]> 0.7.4-1
- Use OsbsOrchestratorNotEnabled exception ([email protected])
- Add support for isolated 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.7.4-1 ./
0.7.5-2 ./
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.4",
version="0.7.5",
author="Pavol Babincak",
author_email="[email protected]",
description="Container build support for Koji buildsystem",
Expand Down

0 comments on commit 56fd8e7

Please sign in to comment.