diff --git a/qemu.spec b/qemu.spec index 76cfd56576cd8d36917c26a2a33d667377d92f11..bb2a44e642a902c73b0ac350e10ee21983e170d7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 55 +Release: 56 Epoch: 10 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -668,7 +668,7 @@ done %check echo "#define CONFIG_DISABLE_QEMU_LOG" >> build/config-host.h make %{?_smp_mflags} $buildldflags V=1 -make check V=1 +make check V=1 %{?_smp_mflags} %pre getent group kvm >/dev/null || groupadd -g 36 -r kvm @@ -854,6 +854,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Nov 08 2022 yezengruan - 10:6.2.0-56 +- build: make check with -j + * Mon Nov 07 2022 yuelongguang - 10:6.2.0-55 - support rbd by adding --enable-rbd compilation option