From 7cb04615369d15269ff392ae4b9e6f5cdfba3780 Mon Sep 17 00:00:00 2001 From: Guoguo Date: Mon, 6 Nov 2023 01:46:25 +0000 Subject: [PATCH] add riscv64 to arches_qemu_kvm Signed-off-by: Guoguo --- libvirt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index ec2fe9a..ef72f59 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,6 +1,6 @@ -%define anolis_release 1 +%define anolis_release 2 -%define arches_qemu_kvm x86_64 aarch64 loongarch64 +%define arches_qemu_kvm x86_64 aarch64 loongarch64 riscv64 %define arches_64bit x86_64 aarch64 riscv64 loongarch64 %define arches_x86 x86_64 @@ -2143,6 +2143,9 @@ exit 0 %changelog +* Mon Nov 2023 Guoguo - 9.9.0-2 +- add riscv64 to arches_qemu_kvm + * Thu Nov 02 2023 Funda Wang - 9.9.0-1 - New version 9.9.0 -- Gitee