1
0

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
This commit is contained in:
Vasily Ulyanov 2023-07-03 06:28:08 +00:00 committed by Git OBS Bridge
parent e5d3c0dbed
commit cda445b6fc
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

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