From 173dd41c89697ee2ea4d399cc24c31fccff8d783 Mon Sep 17 00:00:00 2001 From: yezengruan Date: Wed, 7 Dec 2022 15:02:28 +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 83c1150e..5f094441 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 60 +Release: 61 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 @@ -436,6 +436,7 @@ Patch0424: hw-display-qxl-Assert-memory-slot-fits-in-preallocat.patch BuildRequires: flex BuildRequires: gcc +BuildRequires: make BuildRequires: bison BuildRequires: texinfo BuildRequires: perl-podlators @@ -951,6 +952,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Dec 07 2022 yezengruan - 10:6.2.0-61 +- BuildRequires add make + * Tue Dec 06 2022 yezengruan - 10:6.2.0-60 - sync some bugfix patches from upstream - fix the virtio features negotiation flaw -- Gitee