diff --git a/PKGBUILD b/PKGBUILD index ee0e81b..daed7ec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep) provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('1d7002c75b6febc1cc94b0dd662518ea') +md5sums=('6d27e95ce4889db4a6cd1bef7ef1284f') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 5dd6e1f..03b7b09 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,115 @@ +------------------------------------------------------------------- +Thu Feb 29 15:36:41 CET 2024 - Marcus Schäfer + +- Fix activation of luks pool in the initrd + + kiwi called systemd-cryptsetup directly which does not take + the settings available in /etc/crypttab into account. This + commit changes the activation procedure in a way that the + generator created unit file systemd-cryptsetup@... is used + This Fixes bsc#1219009 + +------------------------------------------------------------------- +Thu Feb 29 09:49:39 CET 2024 - Marcus Schäfer + +- Add changelog fix file for commit 31deb0 + + The commit used a wrong e-mail address which should not + land in the created changes file for the packaging + +------------------------------------------------------------------- +Thu Feb 29 09:39:06 CET 2024 - Marcus Schäfer + +- Apply changelog fixes by glob + + Does not require Makefile changes when maintaining branches + +------------------------------------------------------------------- +Wed Feb 28 17:12:33 CET 2024 - Marcus Schäfer + +- Add changelog fix file for commit deb6ca + + The commit used a wrong e-mail address which should not + land in the created changes file for the packaging + +------------------------------------------------------------------- +Wed Feb 28 10:42:17 CET 2024 - Marcus Schäfer + +- Set default output console to gfxterm for grub + + If no console setting is done in the image description for grub + the default output console is set to: gfxterm and the default + input console is set to: console. This Fixes bsc#1219074 + +------------------------------------------------------------------- +Wed Feb 21 10:21:48 CET 2024 - Marcus Schäfer + +- Allow terminal emulation setup from the cmdline + + Using rd.kiwi.term will export the TERM variable into the initrd + environment. In case the default value for the terminal emulation + is not appropriate rd.kiwi.term can be used to overwrite the default. + The environment is also passed to the systemd unit which calls + dialog based programs in kiwi dracut code, such that the TERM + setting will be effective there too. For example: + + rd.kiwi.term=vt100 + + This is related to bsc#1218095 + +------------------------------------------------------------------- +Mon Feb 19 12:05:45 CET 2024 - Marcus Schäfer + +- Followup fix for .profile.extra + + Allow to source .profile.extra such that it is possible to + read and act on e.g cmdline parameters. This is related to + bsc#1218095 + +------------------------------------------------------------------- +Fri Feb 16 15:08:49 CET 2024 - David Cassany + +- Include partprobe in initrd for s390 + + This commit includes partprobe, in addition to parted, on + s390 based systems. Otherwise partx is used and apparently + it does not properly support s390. + + Fixes bsc#1219798 + + Signed-off-by: David Cassany + +------------------------------------------------------------------- +Wed Feb 14 12:43:54 CET 2024 - Marcus Schäfer + +- Add support for reading .profile.extra in initrd + + If there is the file /.profile.extra available in the + initrd, kiwi will import this additional environment file + after the import of the standard /.profile file. + This is related to bsc#1218095 + +------------------------------------------------------------------- +Tue Jan 16 15:50:45 CET 2024 - Marcus Schäfer + +- Follow up fix for drop of hybrid boot snippets + + The following is left over code from the drop of the hybrid + boot templates. + +------------------------------------------------------------------- +Tue Jan 16 10:37:16 CET 2024 - Neal Gompa + +- Drop hybrid boot snippets from the GRUB 2 configuration template + + Sometime between GRUB 2.04 and GRUB 2.06, it became no longer + necessary to use "linuxefi"+"initrdefi" for UEFI boot. The + standard "linux"+"initrd" stanzas work for both legacy BIOS boot + and modern UEFI boot. + + Some distributions no longer support "linuxefi"+"initrdefi" at all + anymore, so let's just use "linux"+"initrd" for everything now. + ------------------------------------------------------------------- Tue Jan 09 15:31:06 CET 2024 - Marcus Schäfer diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 89fa15c..caaf035 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:236706146b734f7d5e7a14e707ddb452cbeadbd8b12db36986a115e3ec77b608 -size 2300813 +oid sha256:cf8eb8ee80591af07b72947285246be929a554b8fdb3b76ab3fca3ae3fe7f538 +size 2300044