From 30d8fd00ea92879770297242a5c7821ee7e82b36 Mon Sep 17 00:00:00 2001 From: yezengruan Date: Wed, 7 Dec 2022 15:08:29 +0800 Subject: [PATCH] BuildRequires add make Signed-off-by: yezengruan --- qemu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index e0469064..ef8f65e3 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 57 +Release: 58 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 @@ -429,6 +429,7 @@ Patch0417: hw-display-qxl-Assert-memory-slot-fits-in-preallocat.patch BuildRequires: flex BuildRequires: gcc +BuildRequires: make BuildRequires: bison BuildRequires: texinfo BuildRequires: perl-podlators @@ -939,6 +940,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Dec 07 2022 yezengruan - 10:6.2.0-58 +- BuildRequires add make + * Tue Dec 06 2022 yezengruan - 10:6.2.0-57 - arm/virt: Fix vcpu hotplug idx_from_topo_ids - Revert patches related to the vSVA -- Gitee