From: Andrea Bolognani Date: Tue, 17 Sep 2024 12:28:30 +0000 (+0200) Subject: rpm: Add riscv64 to arches_qemu_kvm X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=50404ad307f0e565844c05f9b7d5ecdde2a5793e;p=libvirt.git rpm: Add riscv64 to arches_qemu_kvm The riscv64 architecture is not yet fully integrated into Fedora, but KVM support is already implemented across the stack and the Fedora package for QEMU is already set up to generate the qemu-kvm binary package when targeting it. Thanks: David Abdurachmanov Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 4dec7ace6f..c332fb4ff1 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -6,7 +6,7 @@ %define min_rhel 8 %define min_fedora 37 -%define arches_qemu_kvm %{ix86} x86_64 %{power64} %{arm} aarch64 s390x +%define arches_qemu_kvm %{ix86} x86_64 %{power64} %{arm} aarch64 s390x riscv64 %if 0%{?rhel} %if 0%{?rhel} > 8 %define arches_qemu_kvm x86_64 aarch64 s390x