From 6394de230f21fcc3a42455137f8d34cdc4ca049f Mon Sep 17 00:00:00 2001 From: dwl301 Date: Wed, 23 Mar 2022 11:19:57 +0800 Subject: [PATCH] qemu.spec: Add --enable-debug parameter to configure --- qemu.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 2326488c..70d790a6 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 27 +Release: 28 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 @@ -284,6 +284,7 @@ BuildRequires: librbd-devel BuildRequires: krb5-devel BuildRequires: libssh-devel BuildRequires: glib2 +BuildRequires: libcacard-devel %ifarch aarch64 BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel @@ -428,7 +429,7 @@ cd ../ --disable-qed \ --disable-parallels \ --disable-capstone \ - --disable-smartcard \ + --enable-smartcard \ --enable-zstd \ --disable-brlapi \ --disable-plugins \ @@ -567,6 +568,7 @@ getent passwd qemu >/dev/null || \ %{_libdir}/%{name}/hw-display-virtio-vga-gl.so %{_libdir}/%{name}/hw-display-virtio-vga.so %endif +%{_libdir}/%{name}/hw-usb-smartcard.so %{_libdir}/%{name}/hw-display-virtio-gpu-gl.so %{_libdir}/%{name}/hw-display-virtio-gpu-pci-gl.so %{_libdir}/%{name}/hw-display-virtio-gpu-pci.so @@ -687,6 +689,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Mar 23 2022 Wenlong Ding +- qemu.spec: Add --enable-smartcard parameter to configure + * Fri Mar 18 2022 yezengruan - coro: support live patch for libcare - add patch for sw64 support -- Gitee