Accepting request 1096472 from home:vulyanov:branches:Virtualization

- Install qemu-img explicitly instead of qemu-tools

OBS-URL: https://build.opensuse.org/request/show/1096472
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-handler-container?expand=0&rev=30
This commit is contained in:
Vasily Ulyanov 2023-07-03 06:28:21 +00:00 committed by Git OBS Bridge
parent 0bde8dca61
commit fe309e014c
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN zypper -n install \
kubevirt-virt-handler \
lsscsi \
nftables \
qemu-tools \
qemu-img \
system-user-qemu \
tar \
util-linux-systemd && \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 15 16:59:17 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install qemu-img explicitly instead of qemu-tools
-------------------------------------------------------------------
Thu Mar 2 07:53:22 UTC 2023 - Vasily Ulyanov <vasily.ulyanov@suse.com>