1
0

Accepting request 1000628 from home:vulyanov:branches:Virtualization

- Install only libvirt-daemon-driver-qemu and do not pull unneeded deps

OBS-URL: https://build.opensuse.org/request/show/1000628
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=29
This commit is contained in:
Vasily Ulyanov 2022-09-01 09:12:50 +00:00 committed by Git OBS Bridge
parent e2171eb2ad
commit 35a81b1ae5
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>