From 3589b2fc8d824ed34f01c7e58b27db8a15699901 Mon Sep 17 00:00:00 2001 From: weijin deng Date: Sat, 9 Oct 2021 10:38:03 +0800 Subject: [PATCH] Enable qemu smartcard item(--enable-smartcard) to make gnome-boxes work --- qemu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 05da123e..9c13d8c9 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 83 +Release: 84 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -751,7 +751,7 @@ buildldflags="VL_LDFLAGS=-Wl,--build-id" --disable-parallels \ --disable-sheepdog \ --disable-capstone \ - --disable-smartcard \ + --enable-smartcard \ --enable-zstd make %{?_smp_mflags} $buildldflags V=1 @@ -964,6 +964,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Oct 8 2021 weijin deng - 2:4.1.0-84 +- Enable qemu smartcard item(--enable-smartcard) to make gnome-boxes work + * Sun Sep 26 2021 Chen Qun - virtio-net: fix use after unmap/free for sg -- Gitee