diff --git a/python-kiwi.changes b/python-kiwi.changes index f4080fc..9692b09 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,85 @@ +------------------------------------------------------------------- +Thu Apr 04 13:24:21 CEST 2019 - David Cassany + +- Bump version: 9.17.34 → 9.17.35 + +------------------------------------------------------------------- +Wed Apr 03 15:13:37 CEST 2019 - David Cassany + +- Fix regression on kiwi-repart dracut module + + There was a regression introduced in #1035 (048b5c3e). We mask + systemd-fsck-root.service during the repart, but we are not always + unmasking it. If the repart is not possible the service is masked but + not unmasked, which causes the boot to fail. + + With this commit after masking the fsck service we trap EXIT and run the + unmask command on script exit. This way we ensure the unmask command is + always executed. + +------------------------------------------------------------------- +Tue Apr 02 16:24:16 CEST 2019 - Marcus Schäfer + +- Doc fix for lex literal_block as xml + +------------------------------------------------------------------- +Mon Apr 01 16:44:46 CEST 2019 - Marcus Schäfer + +- Update compression flag for qcow2 format + + In case of a qcow2 format we store the result uncompressed + Since the format conversion only takes the real bytes into + account such that the sparseness of the raw disk will not + result in the output format and can be taken one by one + This Fixes bsc#1128146 + + In addition the commit includes a refactoring for the + evaluation of the compress flag in the runtime config. + Instead of the global overwrite, the flag gets evaluated + individually at the time the result metadata is created + +------------------------------------------------------------------- +Mon Apr 01 15:06:06 CEST 2019 - David Cassany + +- Add the possibility to disable runtime checks + + This commit adds runtime configuration parameters to disable the runtime + checks. This is specially handy if someone does not want to use the kiwi + dracut modules and provide custom ones instead. In orde disable some + runtime check consider a runtime config yaml like: + + runtime_checks: + - disable: + - check_dracut_module_for_oem_install_in_package_list + - check_dracut_module_for_live_iso_in_package_list + + This commit fixes #893 + +------------------------------------------------------------------- +Mon Apr 01 14:52:33 CEST 2019 - Marcus Schäfer + +- Fixup has_rpm method from RpmDataBase class + + The method checked for the presence of /usr/bin/rpm. But + that binary is also provided by another toolkit named + busybox. Thus to check if the rpm we are aiming for is + present the check has been modified to look for /usr/bin/rpmdb + which is exclusively provided by rpm only. This Fixes #1037 + +------------------------------------------------------------------- +Sun Mar 31 18:48:13 CEST 2019 - Marcus Schäfer + +- Fixed creation of image metadata files + + At the end of a build process the metadata information files .packages + and .verified are created. On rpm based systems, rpm is invoked as + chrooted operation inside the new root tree. For images that gets + installed exclusively from the bootstrap phase there is no rpm inside + of the image and the call fails. The result are empty metadata files. + This patch prevents calling rpm inside of the image root tree if it's + not installed and also uses the RpmDataBase interface instead of + directly calling rpm. This Fixes #1037 + ------------------------------------------------------------------- Fri Mar 29 15:59:06 CET 2019 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 198ee21..46fe0d4 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -45,7 +45,7 @@ %endif Name: python-kiwi -Version: 9.17.34 +Version: 9.17.35 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 204bd39..2886b7b 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:0cd32d533b0bdb1a7c9a87757210a654201d4faec4558edbbb6496b2b515f8c3 -size 1509283 +oid sha256:ee0baf6902adc398229ca3e0574f7073e99234341ceaf78597b73038eda4b413 +size 1504920