From d1defb23b8251f4f3b8326f0a321f131a856ad0d Mon Sep 17 00:00:00 2001 From: lixianglai Date: Thu, 30 Mar 2023 05:06:57 -0400 Subject: [PATCH] Add spice buildrequires. Add spice buildrequires for loongarch. Signed-off-by: lixianglai (cherry picked from commit f1d5d42d62b91183cb2e701c1ae65659d1978378) --- qemu.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 557a4871..7fbdd05c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 6.2.0 -Release: 69 +Release: 70 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 @@ -533,6 +533,9 @@ BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel BuildRequires: libslirp-devel BuildRequires: liburing-devel +%ifarch loongarch64 +BuildRequires: spice-server-devel +%endif # for upgrade from qemu-kvm Provides: qemu-kvm @@ -1050,6 +1053,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Mar 30 2023 - 10:6.2.0-70 +- Add spice buildrequires for loongarch. + * Wed Mar 29 2023 - 10:6.2.0-69 - fixup compile error. Add function kvm_arch_accel_class_init definition on loongarch64 machine. -- Gitee