From ab1cf85c899a949f388a31f2f443d8fd29355eb1 Mon Sep 17 00:00:00 2001 From: Super User Date: Wed, 28 Aug 2024 16:46:27 +0800 Subject: [PATCH] Change the compilation dependency 'ninja build' to 'python3 ninja'. --- qemu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 7f8d3e9..8d87cac 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 -- Gitee