From 01665930fbc5c5812b9ac560154c8b58f27406b37499aa62f3d9ba214a71f6b6 Mon Sep 17 00:00:00 2001 From: David Cassany Date: Mon, 7 Jan 2019 13:51:20 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.17.6=20=E2=86=92=209.17?= =?UTF-8?q?.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix use of SysConfig objects objects of that class did not provide a get method but overload the bracket [] operator. Using the get() method failed. This Fixes #910 - Use chkstat to verify and fix file permissions Call chkstat in system mode which reads /etc/sysconfig/security to determine the configured security level and applies the appropriate permission definitions from the /etc/permissions* files. It's possible to provide those files as overlay files in the image description to apply a certain permission setup when needed. Otherwise the default setup as provided on the package level applies. It's required that the image root system has chkstat installed. If not present KIWI skips this step and continuous with a warning. This Fixes #895 - Allow setting the protocol for exposed ports With this commit it is possible to set tcp or upd (e.g. "80/tcp") for exposed container ports. If no protocol is provided OCI defaults are OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=128 --- python-kiwi.changes | 49 ++++++++++++++++++++++++++++++++++++++++++++- python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 3 files changed, 51 insertions(+), 4 deletions(-) diff --git a/python-kiwi.changes b/python-kiwi.changes index abcfb36..2c43a62 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,53 @@ +------------------------------------------------------------------- +Mon Jan 7 11:17:52 CET 2019 - ms@suse.de + +- Bump version: 9.17.6 → 9.17.7 + +------------------------------------------------------------------- +Mon Jan 7 10:48:09 CET 2019 - ms@suse.de + +- Fix use of SysConfig objects + + objects of that class did not provide a get method but + overload the bracket [] operator. Using the get() method + failed. This Fixes #910 + +------------------------------------------------------------------- +Sat Jan 5 19:52:42 CET 2019 - ms@suse.de + +- Use chkstat to verify and fix file permissions + + Call chkstat in system mode which reads /etc/sysconfig/security + to determine the configured security level and applies the + appropriate permission definitions from the /etc/permissions* + files. It's possible to provide those files as overlay files + in the image description to apply a certain permission setup + when needed. Otherwise the default setup as provided on the + package level applies. It's required that the image root system + has chkstat installed. If not present KIWI skips this step + and continuous with a warning. This Fixes #895 + +------------------------------------------------------------------- +Fri Dec 21 17:22:57 CET 2018 - dcassany@suse.de + +- Allow setting the protocol for exposed ports + + With this commit it is possible to set tcp or upd (e.g. "80/tcp") for + exposed container ports. If no protocol is provided OCI defaults are + applied. + + Fixes #906 + +------------------------------------------------------------------- +Wed Dec 19 18:01:17 CET 2018 - toms@suse.de + +- Use cls in @classmethods instead of self + + For consistency reasons. + ------------------------------------------------------------------- Wed Dec 19 09:13:48 CET 2018 - ms@suse.de - + - Bump version: 9.17.5 → 9.17.6 ------------------------------------------------------------------- diff --git a/python-kiwi.spec b/python-kiwi.spec index d230bac..b378e24 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -45,7 +45,7 @@ %endif Name: python-kiwi -Version: 9.17.6 +Version: 9.17.7 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 92ed127..9382d1c 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:58ab3227d0e85e46310269c260df24bd9e44f042c7e1e33a5c3c841fd8fe1902 -size 1184644 +oid sha256:47e0dcc86d274c6016e0e0728655b08557e6b8f96bd240f7433cb4f73c8b2983 +size 1186069