From 4c6fd830359ef5924e535b5c0671f035583b75fd Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 19 Dec 2022 08:44:05 +0300 Subject: [PATCH] Enable build for ppc64le --- SPECS/guestfs-tools.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/SPECS/guestfs-tools.spec b/SPECS/guestfs-tools.spec index 69fa57c..89b747f 100644 --- a/SPECS/guestfs-tools.spec +++ b/SPECS/guestfs-tools.spec @@ -26,15 +26,11 @@ Summary: Tools to access and modify virtual machine disk images Name: guestfs-tools Version: 1.48.2 -Release: 5%{?dist} +Release: 5%{?dist}.alma License: GPLv2+ # Build only for architectures that have a kernel ExclusiveArch: %{kernel_arches} -%if 0%{?rhel} -# No qemu-kvm on POWER (RHBZ#1946532). -ExcludeArch: %{power64} -%endif # Source and patches. URL: http://libguestfs.org/ @@ -438,6 +434,9 @@ end %changelog +* Mon Dec 19 2022 Eduard Abdullin - 1.48.2-5.alma +- Enable for ppc64le + * Fri Jul 15 2022 Richard W.M. Jones - 1.48.2-5 - Rebase to guestfs-tools 1.48.2 resolves: rhbz#2059286