diff --git a/qemu.spec b/qemu.spec index 94e8bf01c7b7f6e921fe4918056362dfc61c828b..817d51cb103c84079238198414fe864f92d8a6fa 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 56 +Release: 57 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 @@ -670,7 +670,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 @@ -856,6 +856,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Nov 08 2022 yezengruan - 10:6.2.0-57 +- build: make check with -j + * Mon Nov 07 2022 yuelongguang - 10:6.2.0-56 - support rbd by adding --enable-rbd compilation option