diff --git a/qemu.spec b/qemu.spec index 83c1150eb80936e23b3353d5b2419283c1c04a12..5f094441f157ae99b9416c89341c730c31a25e55 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