Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kiwi for openSUSE:Factory checked in at 2025-07-10 23:14:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old) and /work/SRC/openSUSE:Factory/.python-kiwi.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwi" Thu Jul 10 23:14:50 2025 rev:136 rq:1291451 version:10.2.27 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes 2025-06-27 23:00:16.818721293 +0200 +++ /work/SRC/openSUSE:Factory/.python-kiwi.new.7373/python-kiwi.changes 2025-07-10 23:14:52.376100612 +0200 @@ -1,0 +2,99 @@ +Wed Jul 09 11:26:31 CEST 2025 - Marcus Schäfer <[email protected]> + +- Bump version: 10.2.26 → 10.2.27 + +------------------------------------------------------------------- +Tue Jul 08 16:06:26 CEST 2025 - Gavin Lambert <[email protected]> + +- Fix regression in get_partition_node_name + + backwards compat for lsblk before 2.38 + if START column not supported, fall back to default sort + +------------------------------------------------------------------- +Tue Jul 08 09:54:11 CEST 2025 - Marcus Schäfer <[email protected]> + +- Add global option --setenv + + Allow to set environment variables in the caller environment + via the commandline, e.g --setenv SOURCE_DATE_EPOCH=42 + +------------------------------------------------------------------- +Tue Jul 08 09:06:22 CEST 2025 - Marcus Schäfer <[email protected]> + +- Seed filesystem UUIDs with SOURCE_DATE_EPOCH + + For reproducible builds the calculation of the filesystem UUID + should be persistent with each rebuild of the image. To achieve + this the UUID is calculated using the SOURCE_DATE_EPOCH from + the environment plus a char-number representation of the filesystem + label name as random seed. In kiwi every filesystem is created + with a label, thus only in case there is no SOURCE_DATE_EPOCH + available we continue to create the UUID as random data. + This Fixes #2761 + +------------------------------------------------------------------- +Tue Jul 08 09:03:09 CEST 2025 - Marcus Schäfer <[email protected]> + +- Add label attribute for <partition> section + + Allow to specify a filesystem label as part of a <partition> + definition. So far the label was set by the name of the + partition. With the new label attribute, a filesystem label + different from the partition name can be set. This commit + also updates/fixes the documentation in this regard. + +------------------------------------------------------------------- +Tue Jul 08 08:59:03 CEST 2025 - Marcus Schäfer <[email protected]> + +- Improve log message in SystemIdentifier + + Add some scope information such that we know from where + this log information originates from. + +------------------------------------------------------------------- +Mon Jul 07 16:35:27 CEST 2025 - Marcus Schäfer <[email protected]> + +- Add rd.kiwi.install.devicepersistency + + Allow to specify which type of persistent device name should + be used to build up the list of installation disk devices. + For example rd.kiwi.install.devicepersistency=by-path would + use the by-path representations for the available disk + devices. The default (by-id) stays untouched. In case an + invalid or not present device representation is selected, kiwi + falls back to the non persistent unix node names. + +------------------------------------------------------------------- +Fri Jul 04 16:15:45 CEST 2025 - Marcus Schäfer <[email protected]> + +- Update test-image-disk + + Add NetworkManager for better remote debugging capabilities + +------------------------------------------------------------------- +Tue Jul 01 11:36:30 CEST 2025 - Bernhard M. Wiedemann <[email protected]> + +- Make mbr-id deterministic + + Log the value of SDE so it is available to review, + even if the build system does not tell about it. + + Update the tests to cover the new code-path. + + Co-Authored-By: Marcus Schäfer <[email protected]> + +------------------------------------------------------------------- +Tue Jul 01 03:59:03 CEST 2025 - Bernhard M. Wiedemann <[email protected]> + +- Ensure dracut initrd is reproducible + + This helps a bit with issue #2358 + + Add reproducible flag for UKI too + + Update tests accordingly + + Co-Authored-By: Marcus Schäfer <[email protected]> + +------------------------------------------------------------------- @@ -4,0 +104,9 @@ + +------------------------------------------------------------------- +Fri Jun 27 11:07:30 CEST 2025 - Alejandro Perez Pestana <[email protected]> + +- Add kernel parameter support for dm-verity options + + Implement rd.kiwi.verity_options= parameter to allow runtime customization of veritysetup options + + Closes #2837 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.MLMNKu/_old 2025-07-10 23:14:53.084130048 +0200 +++ /var/tmp/diff_new_pack.MLMNKu/_new 2025-07-10 23:14:53.084130048 +0200 @@ -56,7 +56,7 @@ %endif Name: python-kiwi -Version: 10.2.26 +Version: 10.2.27 Provides: kiwi-schema = 8.1 Release: 0 Url: https://github.com/OSInside/kiwi ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.MLMNKu/_old 2025-07-10 23:14:53.120131545 +0200 +++ /var/tmp/diff_new_pack.MLMNKu/_new 2025-07-10 23:14:53.124131710 +0200 @@ -3,7 +3,7 @@ pkgname=('python-kiwi' 'kiwi-man-pages' 'dracut-kiwi-lib' 'dracut-kiwi-oem-repart' 'dracut-kiwi-oem-dump' 'dracut-kiwi-live' 'dracut-kiwi-overlay') arch=(x86_64) -pkgver=10.2.26 +pkgver=10.2.27 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('cd68df00b712018f2e5c21026c242de5') +md5sums=('8aa4529829fb90fd71712e4009616af7') build() { ++++++ python-kiwi.tar.gz ++++++ ++++ 4726 lines of diff (skipped)
