diff --git a/qemu.spec b/qemu.spec index 05da123ef48f364c5958ae2f4a44a6dbf43b8402..9c13d8c9dae1a8291ea6ae9b2ec66aa83514c34b 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