diff --git a/libguestfs.spec b/libguestfs.spec index c7dbea2..9d18ac0 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -42,15 +42,17 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.56.1 -Release: 4%{?dist} +Release: 4%{?dist}.alma.1 License: LGPL-2.1-or-later # Build only for architectures that have a kernel ExclusiveArch: %{kernel_arches} %if 0%{?rhel} +%if 0%{?almalinux} < 10 # No qemu-kvm on POWER (RHBZ#1946532). ExcludeArch: %{power64} %endif +%endif # Source and patches. URL: http://libguestfs.org/ @@ -1086,6 +1088,9 @@ rm ocaml/html/.gitignore %changelog +* Wed Apr 08 2026 Eduard Abdullin - 1:1.56.1-4.alma.1 +- Enable building for ppc64le + * Mon Mar 09 2026 Richard W.M. Jones - 1:1.56.1-4 - Fix btrfs volume reverse translation resolves: RHEL-149119