qemu.spec: add "--enable-debug" parameter to configure.

(cherry picked from commit 64b9ff905211b4a6f318d77e6183bac89873cf59)
This commit is contained in:
jiang-dawei15 2022-03-11 14:31:42 +08:00 committed by yezengruan
parent f7e17bbe44
commit a0a3c6a357

View File

@ -1,6 +1,6 @@
Name: qemu
Version: 6.2.0
Release: 23
Release: 24
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
@ -429,7 +429,8 @@ cd ../
--disable-smartcard \
--enable-zstd \
--disable-brlapi \
--disable-plugins
--disable-plugins \
--enable-debug
make %{?_smp_mflags} $buildldflags V=1
@ -681,6 +682,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Mon Mar 14 2022 jiangdawei <jiangdawei15@huawei.com>
- qemu.spec: Add --enable-debug parameter to configure
* Thu Mar 03 2022 Chen Qun <kuhn.chenqun@huawei.com>
- tools/virtiofsd: Add rseq syscall to the seccomp allowlist