Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubevirt-1.9-image for openSUSE:Factory checked in at 2026-09-14 16:23:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubevirt-1.9-image (Old) and /work/SRC/openSUSE:Factory/.kubevirt-1.9-image.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubevirt-1.9-image" Mon Sep 14 16:23:38 2026 rev:5 rq:1377787 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kubevirt-1.9-image/kubevirt-1.9-image.changes 2026-09-09 16:22:19.310952813 +0200 +++ /work/SRC/openSUSE:Factory/.kubevirt-1.9-image.new.1265/kubevirt-1.9-image.changes 2026-09-14 16:23:38.730747126 +0200 @@ -1,0 +2,5 @@ +Sat Sep 12 13:05:09 UTC 2026 - SUSE Update Bot <[email protected]> + +- create hooks directory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile.launcher ++++++ --- /var/tmp/diff_new_pack.vblWEa/_old 2026-09-14 16:23:41.085845810 +0200 +++ /var/tmp/diff_new_pack.vblWEa/_new 2026-09-14 16:23:41.092846104 +0200 @@ -75,6 +75,8 @@ install -m 0644 /usr/share/kube-virt-1.9/virt-launcher/qemu.conf /etc/libvirt/qemu.conf && \ chmod 0755 /etc/libvirt && \ setcap 'cap_net_bind_service=+ep' /usr/bin/virt-launcher-monitor +# virt-launcher needs this to exist and be writable by 107 +RUN set -euo pipefail; install -d -m 0755 -o 107 -g 107 /etc/libvirt/hooks # virt-launcher probes the firmware under the paths KubeVirt # hardcodes per architecture, see: # https://github.com/kubevirt/kubevirt/blob/v1.8.0/pkg/virt-config/virt-config.go
