Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiwi-image for openSUSE:Factory checked in at 2025-06-03 17:54:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-image" Tue Jun 3 17:54:45 2025 rev:38 rq:1282212 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2025-05-30 17:21:59.394929476 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.16005/kiwi-image.changes 2025-06-03 17:55:36.310745353 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 09:04:29 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- disable runtime checks for the filesystem temporarily until next kiwi release + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.N348VZ/_old 2025-06-03 17:55:37.966814018 +0200 +++ /var/tmp/diff_new_pack.N348VZ/_new 2025-06-03 17:55:37.998815345 +0200 @@ -49,5 +49,5 @@ RUN set -euo pipefail; \ [ "$(rpm -q --qf '%{version}' python3-kiwi | \ cut -d '.' -f -2)" = "10.2" ] -RUN set -euo pipefail; printf "mapper:\n - part_mapper: kpartx\n" > /etc/kiwi.yml +RUN set -euo pipefail; printf "runtime_checks:\n - disable:\n - check_target_dir_on_unsupported_filesystem\n\nmapper:\n - part_mapper: kpartx\n" > /etc/kiwi.yml