From cda445b6fcb4147e8f8acb525ffe3e92792e829e11aa9f843745256e2d480f75 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Mon, 3 Jul 2023 06:28:08 +0000 Subject: [PATCH] Accepting request 1096473 from home:vulyanov:branches:Virtualization - Install virtiofsd explicitly instead of qemu-tools OBS-URL: https://build.opensuse.org/request/show/1096473 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=38 --- Dockerfile | 2 +- virt-launcher-container.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2535e11..dd037b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,11 +40,11 @@ RUN zypper -n install \ ncat \ nftables \ qemu-hw-usb-redirect \ - qemu-tools \ socat \ tar \ timezone \ vim-small \ + virtiofsd \ xorriso #!ArchExclusiveLine: x86_64 diff --git a/virt-launcher-container.changes b/virt-launcher-container.changes index dbddcd9..7b3b7aa 100644 --- a/virt-launcher-container.changes +++ b/virt-launcher-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 15 16:59:48 UTC 2023 - Vasily Ulyanov + +- Install virtiofsd explicitly instead of qemu-tools + ------------------------------------------------------------------- Thu Mar 2 07:49:24 UTC 2023 - Vasily Ulyanov