Comment 2 for bug 2051878

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to virt (f/kernel-6.6)

Reviewed: https://review.opendev.org/c/starlingx/virt/+/907355
Committed: https://opendev.org/starlingx/virt/commit/7d2229bd6c2d702da3ddebbc0a9d9ca3925e43ac
Submitter: "Zuul (22348)"
Branch: f/kernel-6.6

commit 7d2229bd6c2d702da3ddebbc0a9d9ca3925e43ac
Author: Scott Little <email address hidden>
Date: Wed Jan 31 14:57:31 2024 -0500

    Fix stx-libvirt container build failure on missing qemu

    stx-libvirt container fails to build when it can't install package
    'qemu'.

    The package 'qemu' was recently upgraded to package qemu 7.3 from 5.2.
    Qemu 7.2 no longer produces a dummy 'qemu' deb package.
    Even in qemu 5.2 it was an empty deb package.

    The container build instructions for stx-libvirt need to be updated,
    removing the reference to package 'qemu'.

    Partial-bug: 2051878
    Change-Id: Ib01a220562dd44d386a4a9f4f94927a090986c1c
    Signed-off-by: Scott Little <email address hidden>