From ed0c74b1728e322afe8d9701479f93c914e34ae7 Mon Sep 17 00:00:00 2001 From: l00484210 Date: Fri, 9 Oct 2020 15:18:44 +0800 Subject: [PATCH] riscv: deal with rpmbuild failed riscv rpmbuild requires glib2-devel and kernel --- qemu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 0cb9019f..be686fa8 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 5.0.0 -Release: 0 +Release: 1 Epoch: 2 Summary: QEMU is a generic and open source machine and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -719,9 +719,11 @@ BuildRequires: flex BuildRequires: bison BuildRequires: texinfo BuildRequires: perl-podlators +BuildRequires: kernel BuildRequires: chrpath BuildRequires: gettext +BuildRequires: glib2-devel BuildRequires: zlib-devel BuildRequires: numactl-devel BuildRequires: libcap-devel @@ -920,5 +922,7 @@ getent passwd qemu >/dev/null || \ %{_bindir}/qemu-nbd %changelog +* Fri Oct 9 2020 Huawei Technologies Co., Ltd +- riscv: deal with rpmbuild failed * Wed Sep 2 2020 Huawei Technologies Co., Ltd - Package init -- Gitee