!740 Add spice buildrequires for loongarch

From: @lixianglai 
Reviewed-by: @yezengruan 
Signed-off-by: @yezengruan
This commit is contained in:
openeuler-ci-bot 2023-03-30 12:31:03 +00:00 committed by Gitee
commit be98eb2a08
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: qemu Name: qemu
Version: 6.2.0 Version: 6.2.0
Release: 69 Release: 70
Epoch: 10 Epoch: 10
Summary: QEMU is a generic and open source machine emulator and virtualizer Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -533,6 +533,9 @@ BuildRequires: libfdt-devel
BuildRequires: virglrenderer-devel BuildRequires: virglrenderer-devel
BuildRequires: libslirp-devel BuildRequires: libslirp-devel
BuildRequires: liburing-devel BuildRequires: liburing-devel
%ifarch loongarch64
BuildRequires: spice-server-devel
%endif
# for upgrade from qemu-kvm # for upgrade from qemu-kvm
Provides: qemu-kvm Provides: qemu-kvm
@ -1050,6 +1053,9 @@ getent passwd qemu >/dev/null || \
%endif %endif
%changelog %changelog
* Thu Mar 30 2023 <lixianglai@loongson.cn> - 10:6.2.0-70
- Add spice buildrequires for loongarch.
* Wed Mar 29 2023 <lixianglai@loongson.cn> - 10:6.2.0-69 * Wed Mar 29 2023 <lixianglai@loongson.cn> - 10:6.2.0-69
- fixup compile error. Add function kvm_arch_accel_class_init definition on loongarch64 machine. - fixup compile error. Add function kvm_arch_accel_class_init definition on loongarch64 machine.