diff --git a/guestfs-tools.spec b/guestfs-tools.spec index b398490..7fea3f7 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -19,15 +19,17 @@ Summary: Tools to access and modify virtual machine disk images Name: guestfs-tools Version: 1.52.1 -Release: 1%{?dist} +Release: 1%{?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/ @@ -411,6 +413,9 @@ end %changelog +* Thu Sep 05 2024 Eduard Abdullin - 1.52.1-1.alma.1 +- Enable building for ppc64le + * Tue Aug 27 2024 Richard W.M. Jones - 1.52.1-1 - New stable version 1.52.1 - Rebase on top of patches from RHEL 9.5