forked from pool/python-kiwi
- Bump version: 9.20.8 → 9.20.9
- 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
This commit is contained in:
parent
93ea3ef997
commit
bff191c9e7
@ -1,8 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 11:06:19 CEST 2020 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Bump version: 9.20.8 → 9.20.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 10:21:57 CEST 2020 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- 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 <ms@suse.de>
|
||||
|
||||
- Bump version: 9.20.7 → 9.20.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 11:52:26 CEST 2020 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- 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 <ms@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda608040faf657ca74967e4c2d6e9572ca6d598e1544e5211f679a3496bab11
|
||||
size 1654872
|
||||
oid sha256:3035d219b29af55f20847b0f27ffba149e7b279dd85d0230c0e00e6e0ee4e7d4
|
||||
size 1654683
|
||||
|
Loading…
Reference in New Issue
Block a user