!489 [sync] PR-487: qemu.spec: add "--enable-debug" parameter to configure.

From: @openeuler-sync-bot 
Reviewed-by: @imxcc 
Signed-off-by: @imxcc
This commit is contained in:
openeuler-ci-bot 2022-03-14 12:08:39 +00:00 committed by Gitee
commit bd766c1586
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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