diff --git a/libvirt.spec b/libvirt.spec index 5675450..999ffca 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 +%endif + %define arches_64bit x86_64 %{power64} aarch64 s390x riscv64 %define arches_x86 %{ix86} x86_64 @@ -289,7 +293,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 11.5.0 -Release: 4.1%{?dist}%{?extra_release} +Release: 4.1%{?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/ @@ -2734,6 +2738,9 @@ exit 0 %endif %changelog +* Thu Dec 04 2025 Eduard Abdullin - 11.5.0-4.1.alma.1 +- Enable building for ppc64le + * Wed Oct 8 2025 Jiri Denemark - 11.5.0-4.1.el10_1 - tools: Secure guest check for Intel in virt-host-validate (RHEL-111863) - qemu: Check if INTEL Trust Domain Extention support is enabled (RHEL-111863)