!701 [sync] PR-698: BuildRequires add make

From: @openeuler-sync-bot 
Reviewed-by: @yezengruan 
Signed-off-by: @yezengruan
This commit is contained in:
openeuler-ci-bot 2022-12-07 09:23:25 +00:00 committed by Gitee
commit 4e9ddedacb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <yezengruan@huawei.com> - 10:6.2.0-61
- BuildRequires add make
* Tue Dec 06 2022 yezengruan <yezengruan@huawei.com> - 10:6.2.0-60
- sync some bugfix patches from upstream
- fix the virtio features negotiation flaw