From 6f6610274e17f645b860fc5260b3f6cf81756520 Mon Sep 17 00:00:00 2001 From: dwl301 Date: Fri, 11 Mar 2022 16:40:31 +0800 Subject: [PATCH] Add --enable-smartcard in configure arguments --- qemu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index e195e6a..302a188 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 85 +Release: 86 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 @@ -761,7 +761,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 @@ -974,6 +974,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Mar 11 2022 Wenlong Ding +- Add '--enable-smartcard' in configure arguments + * Tue Dec 21 2021 Chen Qun - add Phytium's CPU models: FT-2000+ and Tengyun-S2500. -- Gitee