From fe309e014cf927debda4fe9f20fb41f9a91f8ef04027f618d0e6168b318888eb Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Mon, 3 Jul 2023 06:28:21 +0000 Subject: [PATCH] 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 --- Dockerfile | 2 +- virt-handler-container.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53f7b23..135cc8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN zypper -n install \ kubevirt-virt-handler \ lsscsi \ nftables \ - qemu-tools \ + qemu-img \ system-user-qemu \ tar \ util-linux-systemd && \ diff --git a/virt-handler-container.changes b/virt-handler-container.changes index 35d57d4..91ac2bd 100644 --- a/virt-handler-container.changes +++ b/virt-handler-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 15 16:59:17 UTC 2023 - Vasily Ulyanov + +- Install qemu-img explicitly instead of qemu-tools + ------------------------------------------------------------------- Thu Mar 2 07:53:22 UTC 2023 - Vasily Ulyanov