From dcd59ab82705b20466dcf10557c3accdac4a45a9 Mon Sep 17 00:00:00 2001 From: gc-taifu Date: Fri, 29 Nov 2024 19:31:19 +0800 Subject: [PATCH] [bugfix] Fix loongarch64-core dependencies missing to #bug12174 Fix loongarch64-core dependencies missing project: TC2024110201 Signed-off-by: gaochang --- qemu.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 1ea388b..8c69a72 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,4 +1,4 @@ -%define anolis_release 24 +%define anolis_release 25 %bcond_with check %global all_system_emu_support 0 @@ -1192,7 +1192,6 @@ Requires: %{name}-system-loongarch64-core = %{EVR} This package provides the QEMU system emulator for Loongson boards. %package system-loongarch64-core -Requires: seavgabios-bin %if %{have_edk2} Requires: edk2-loongarch64 %endif @@ -2097,6 +2096,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %endif %changelog +* Fri Nov 29 2024 Chang Gao - 2:8.2.0-25 +- Remove requires seavgsbios on loongarch64 + * Wed Nov 27 2024 Xianglai Li - 2:8.2.0-24 - Enable spice for loongarch64. -- Gitee