From 99576a5af04bdb9f8e6a541a9f9974cf70b03ddb Mon Sep 17 00:00:00 2001 From: "yan.yihao 10263201" Date: Wed, 7 May 2025 13:53:56 +0800 Subject: [PATCH] add support for RISC-V build --- libvirt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index ccb1b69..cfb5a90 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,6 +1,6 @@ -%define anolis_release 11 +%define anolis_release 12 -%define arches_qemu_kvm x86_64 aarch64 loongarch64 sw_64 +%define arches_qemu_kvm x86_64 aarch64 loongarch64 sw_64 riscv64 %define arches_64bit x86_64 aarch64 riscv64 loongarch64 sw_64 %define arches_x86 x86_64 @@ -2158,6 +2158,9 @@ exit 0 %changelog +* Wed May 7 2025 Yihao Yan - 9.10.0-12 +- add support for riscv64 + * Thu Mar 27 2025 Xiaoping Liu - 9.10.0-11 - rebuild for new wireshark - add BuildRequires systemtap-sdt-dtrace -- Gitee