From 266daadc711200f855e4e9a5ac718d093f7b9c09 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Tue, 7 Apr 2026 10:32:39 +0000 Subject: [PATCH] Enable building for ppc64le --- libvirt.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index 1485336..c9dfa30 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -15,6 +15,10 @@ %endif %endif +%if 0%{?almalinux} > 9 + %define arches_qemu_kvm x86_64 %{power64} aarch64 s390x riscv64 +%endif + %define arches_64bit x86_64 %{power64} aarch64 s390x riscv64 %define arches_x86 %{ix86} x86_64 @@ -294,7 +298,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 11.10.0 -Release: 12%{?dist}%{?extra_release} +Release: 12%{?dist}%{?extra_release}.alma.1 License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1 URL: https://libvirt.org/ @@ -2851,6 +2855,9 @@ exit 0 %endif %changelog +* Tue Apr 07 2026 Eduard Abdullin - 11.10.0-12.alma.1 +- Enable building for ppc64le + * Tue Mar 10 2026 Jiri Denemark - 11.10.0-12 - test: Default to ROM type for loader (RHEL-82645) - qemu_hotplug: Fix crash when attaching network inteface with hostdev network (RHEL-151916)