diff --git a/qemu.spec b/qemu.spec index b476bf285dd77631d6bbb90d762f6c3e262cac79..28fa8f3aa5259816875b0a7952eeffb56d53da54 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 +- qemu.spec: Add --enable-debug parameter to configure + * Thu Mar 03 2022 Chen Qun - tools/virtiofsd: Add rseq syscall to the seccomp allowlist