From b0020f9157274c26ca2ddef1b6b53e547d213a7b9b4006b3a04907dfffa26341 Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Fri, 11 Jan 2019 10:19:57 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.17.7=20=E2=86=92=209.17?= =?UTF-8?q?.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Make result compression in the bundler optional Calling kiwi result bundle will take the image build results and bundle the relevant image files according to their image type. Depending on the result configuration this could instruct the bundler to compress one or more files from the result. By default this compression is switched off in the bundler but can be activated to save storage space and speedup download of the image with the following runtime configuration: bundle: - compress: true|false If compression is activated the result image has to be uncompressed before it can be used. This Fixes #901 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=129 --- python-kiwi.changes | 26 +++++++++++++++++++++++++- python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/python-kiwi.changes b/python-kiwi.changes index 2c43a62..c05174a 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,30 @@ +------------------------------------------------------------------- +Fri Jan 11 10:57:10 CET 2019 - ms@suse.de + +- Bump version: 9.17.7 → 9.17.8 + +------------------------------------------------------------------- +Thu Jan 10 15:52:49 CET 2019 - ms@suse.de + +- Make result compression in the bundler optional + + Calling kiwi result bundle will take the image build results + and bundle the relevant image files according to their image + type. Depending on the result configuration this could instruct + the bundler to compress one or more files from the result. + By default this compression is switched off in the bundler but + can be activated to save storage space and speedup download + of the image with the following runtime configuration: + + bundle: +- compress: true|false + + If compression is activated the result image has to be + uncompressed before it can be used. This Fixes #901 + ------------------------------------------------------------------- Mon Jan 7 11:17:52 CET 2019 - ms@suse.de - + - Bump version: 9.17.6 → 9.17.7 ------------------------------------------------------------------- diff --git a/python-kiwi.spec b/python-kiwi.spec index b378e24..9a6bdec 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -45,7 +45,7 @@ %endif Name: python-kiwi -Version: 9.17.7 +Version: 9.17.8 Provides: kiwi-schema = 6.6 Release: 0 Url: https://github.com/SUSE/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 9382d1c..393634f 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47e0dcc86d274c6016e0e0728655b08557e6b8f96bd240f7433cb4f73c8b2983 -size 1186069 +oid sha256:2066220de858a93796747d031efc99894be8defea4798111542c2f0f0032b33a +size 1188342