From 7421649739beb9c506d9fc2c4e55abe2a9270844 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Tue, 8 Apr 2025 15:16:44 +0300 Subject: [PATCH] Enable building for ppc64le --- SPECS/guestfs-tools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SPECS/guestfs-tools.spec b/SPECS/guestfs-tools.spec index 651d991..2fb444e 100644 --- a/SPECS/guestfs-tools.spec +++ b/SPECS/guestfs-tools.spec @@ -19,15 +19,17 @@ Summary: Tools to access and modify virtual machine disk images Name: guestfs-tools Version: 1.51.6 -Release: 3%{?dist} +Release: 3%{?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} < 9 # No qemu-kvm on POWER (RHBZ#1946532). ExcludeArch: %{power64} %endif +%endif # Source and patches. URL: http://libguestfs.org/ @@ -411,6 +413,9 @@ end %changelog +* Tue Apr 08 2025 Eduard Abdullin - 1.51.6-3.alma.1 +- Enable building for ppc64le + * Tue Aug 27 2024 Richard W.M. Jones - 1.51.6-3 - Reboot Windows between each firstboot script to improve reliability resolves: RHEL-55824