Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-launcher-container for openSUSE:Factory checked in at 2022-10-11 18:03:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old) and /work/SRC/openSUSE:Factory/.virt-launcher-container.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-launcher-container" Tue Oct 11 18:03:02 2022 rev:19 rq:1009590 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes 2022-09-01 22:12:33.408471526 +0200 +++ /work/SRC/openSUSE:Factory/.virt-launcher-container.new.2275/virt-launcher-container.changes 2022-10-11 18:05:32.770084454 +0200 @@ -1,0 +2,5 @@ +Mon Oct 10 13:49:10 UTC 2022 - Vasily Ulyanov <vasily.ulya...@suse.com> + +- Ensure /usr/libexec/virtiofsd is present + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.z7WJtd/_old 2022-10-11 18:05:33.158085081 +0200 +++ /var/tmp/diff_new_pack.z7WJtd/_new 2022-10-11 18:05:33.162085087 +0200 @@ -74,6 +74,10 @@ ln -s ../qemu/aavmf-aarch64-vars.bin /usr/share/OVMF/AAVMF_VARS.fd ; \ fi; +# KubeVirt expects virtiofsd to be installed in /usr/libexec +RUN ls /usr/libexec/virtiofsd || \ + (mkdir -p /usr/libexec && ln -s ../lib/virtiofsd /usr/libexec/virtiofsd) + COPY augconf /augconf RUN augtool -f /augconf