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 2025-02-20 16:38:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old) and /work/SRC/openSUSE:Factory/.virt-launcher-container.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-launcher-container" Thu Feb 20 16:38:25 2025 rev:38 rq:1247167 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes 2025-01-18 13:18:55.307523458 +0100 +++ /work/SRC/openSUSE:Factory/.virt-launcher-container.new.1873/virt-launcher-container.changes 2025-02-20 16:39:31.147882020 +0100 @@ -1,0 +2,5 @@ +Wed Feb 19 15:39:16 UTC 2025 - Caleb Crane <caleb.cr...@suse.com> + +- Fix missing virtio-gpu packages missing from the aarch64 images (bsc#1237270) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.ckRzFO/_old 2025-02-20 16:39:32.007917978 +0100 +++ /var/tmp/diff_new_pack.ckRzFO/_new 2025-02-20 16:39:32.011918146 +0100 @@ -64,6 +64,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \ zypper -n install \ qemu-arm \ + qemu-hw-display-virtio-gpu-pci \ qemu-uefi-aarch64 && \ mkdir -p /usr/share/AAVMF && \ ln -s ../qemu/aavmf-aarch64-code.bin /usr/share/AAVMF/AAVMF_CODE.fd && \