diff --git a/qemu.spec b/qemu.spec index 3f856e3..b1dcce7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 6 +Release: 7 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 @@ -331,6 +331,8 @@ for f in %{buildroot}%{_bindir}/* %{buildroot}%{_libdir}/* \ done %check +echo "#define CONFIG_DISABLE_QEMU_LOG" >> build/config-host.h +make %{?_smp_mflags} $buildldflags V=1 make check V=1 %pre @@ -474,6 +476,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Feb 11 2022 Yan Wang +- log: disable qemu_log function for "make check V=1" + * Fri Feb 11 2022 Yan Wang - chardev/baum: disable unused brlapi