From: Daniel P. Berrangé Date: Mon, 3 Nov 2025 14:36:34 +0000 (+0000) Subject: Remove arm from KVM arches X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=258bb23e94e2857f022abdc551d78e4fd652fadb;p=thirdparty%2Flibvirt.git Remove arm from KVM arches Not only was ARM 7 dropped from Fedora 37, KVM support has also been dropped in upstream Linux. Reviewed-by: Peter Krempa Signed-off-by: Daniel P. Berrangé --- diff --git a/libvirt.spec.in b/libvirt.spec.in index aff2707705..e3d48d351a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -6,7 +6,7 @@ %define min_rhel 9 %define min_fedora 41 -%define arches_qemu_kvm %{ix86} x86_64 %{power64} %{arm} aarch64 s390x riscv64 +%define arches_qemu_kvm %{ix86} x86_64 %{power64} aarch64 s390x riscv64 %if 0%{?rhel} %if 0%{?rhel} >= 10 %define arches_qemu_kvm x86_64 aarch64 s390x riscv64