From bff191c9e7d88050b328728add5adccc8079cdba1dab4ee6e21584904d8cbf2d Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Fri, 17 Apr 2020 10:16:43 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.20.8=20=C3=A2=E2=80=A0?= =?UTF-8?q?=E2=80=99=209.20.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed _get_grub2_mkconfig_tool Last patch on this method breaks the search for alternative mkconfig names. It returns always on the first lookup which could be none. This breaks on systems that uses a different name than grub2-mkconfig, like on Ubuntu. - Increase spare space on disk repart The sizing of the virtual cylinders in parted seems to be unfavorable, as with some disks and SD cards here the device size is not a multiple of the cylinder size, so the last incomplete cylinder is wasted. If this wasted space is more than 5MiB, kiwi tries to resize indefinitely. Therefore min_additional_mbytes gets increased to prevent running into this situation. This Fixes bsc#1165823 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=169 --- python-kiwi.changes | 27 +++++++++++++++++++++++++++ python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/python-kiwi.changes b/python-kiwi.changes index ba5a987..2498792 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,8 +1,35 @@ +------------------------------------------------------------------- +Fri Apr 17 11:06:19 CEST 2020 - Marcus Schäfer + +- Bump version: 9.20.8 → 9.20.9 + +------------------------------------------------------------------- +Fri Apr 17 10:21:57 CEST 2020 - Marcus Schäfer + +- Fixed _get_grub2_mkconfig_tool + + Last patch on this method breaks the search for alternative + mkconfig names. It returns always on the first lookup which + could be none. This breaks on systems that uses a different + name than grub2-mkconfig, like on Ubuntu. + ------------------------------------------------------------------- Thu Apr 16 12:13:39 CEST 2020 - Marcus Schäfer - Bump version: 9.20.7 → 9.20.8 +------------------------------------------------------------------- +Thu Apr 16 11:52:26 CEST 2020 - Marcus Schäfer + +- Increase spare space on disk repart + + The sizing of the virtual cylinders in parted seems to be unfavorable, + as with some disks and SD cards here the device size is not a multiple + of the cylinder size, so the last incomplete cylinder is wasted. + If this wasted space is more than 5MiB, kiwi tries to resize indefinitely. + Therefore min_additional_mbytes gets increased to prevent running + into this situation. This Fixes bsc#1165823 + ------------------------------------------------------------------- Thu Apr 16 11:24:28 CEST 2020 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 4c03b31..a3a02de 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.20.8 +Version: 9.20.9 Provides: kiwi-schema = 7.1 Release: 0 Url: https://github.com/SUSE/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 1daa784..2fa5946 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:bda608040faf657ca74967e4c2d6e9572ca6d598e1544e5211f679a3496bab11 -size 1654872 +oid sha256:3035d219b29af55f20847b0f27ffba149e7b279dd85d0230c0e00e6e0ee4e7d4 +size 1654683