diff --git a/qemu.spec b/qemu.spec index 69a317305277abba51d0e6cb4c2bcf3326069a72..49d9f2b9169914d509af748c334be75b94e9236a 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