diff --git a/qemu.spec b/qemu.spec index 7f8d3e9653576c7f4ab7c913fab1fe3d1008e4ca..8d87cac20beae50f2ddfc4828c07bd30e76c54c7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 16 +Release: 17 Epoch: 11 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -297,7 +297,7 @@ BuildRequires: perl-podlators BuildRequires: chrpath BuildRequires: gettext BuildRequires: python-sphinx -BuildRequires: ninja-build +BuildRequires: python3-ninja BuildRequires: zlib-devel BuildRequires: zstd-devel @@ -884,6 +884,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Aug 28 2024 Jingbo Hou - 11:8.2.0-17 +- Change the compilation dependency 'ninja build' to 'python3 ninja'. + * Tue Aug 13 2024 Jiabo Feng - 11:8.2.0-16 - nbd/server: CVE-2024-7409: Close stray clients at server-stop - nbd/server: CVE-2024-7409: Drop non-negotiating clients