diff --git a/guestfs-tools.spec b/guestfs-tools.spec index f1cbb60..0ba6ca4 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -16,15 +16,17 @@ Summary: Tools to access and modify virtual machine disk images Name: guestfs-tools Version: 1.54.0 -Release: 9%{?dist} +Release: 9%{?dist}.alma.1 License: GPL-2.0-or-later AND LGPL-2.0-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/ @@ -421,6 +423,9 @@ end %changelog +* Tue Apr 14 2026 Eduard Abdullin - 1.54.0-9.alma.1 +- Enable building for ppc64le + * Wed Feb 05 2026 Richard W.M. Jones - 1.54.0-9 - Synchronize spec file with Fedora - Fix pnputils after virt-customize --inject-virtio-win