Dominique Leuenberger 2022-09-01 20:12:09 +00:00 committed by Git OBS Bridge
commit f25234412f
2 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN zypper -n install \
kubevirt-virt-launcher \
libcap-progs \
libvirt-client \
libvirt-daemon-qemu \
libvirt-daemon-driver-qemu \
nftables \
qemu-hw-usb-redirect \
qemu-tools \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 1 08:23:01 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install only libvirt-daemon-driver-qemu and do not pull unneeded deps
-------------------------------------------------------------------
Thu Aug 4 06:27:58 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>