From 4f43e6e609e3a382408f4ea1099478228f1681c9 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 26 Sep 2024 15:23:29 +0800 Subject: [PATCH] enable block_rbd for loongarch64 --- qemu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 69a3173..49d9f2b 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,4 +1,4 @@ -%define anolis_release 18 +%define anolis_release 19 %bcond_with check @@ -73,7 +73,11 @@ %global have_edk2 1 # All modules should be listed here. +%ifarch loongarch64 +%define have_block_rbd 1 +%else %define have_block_rbd 0 +%endif %global have_block_gluster 1 @@ -1931,6 +1935,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %endif %changelog +* Thu Sep 26 2024 Wenlong Zhang - 2:8.2.0-19 +- enable block_rbd for loongarch64 + * Tue Aug 20 2024 mgb01105731 -2.8.2.0-18 - fix CVE-2024-3446 -- Gitee