Enable building for ppc64le

This commit is contained in:
Eduard Abdullin 2026-04-14 10:00:08 +00:00 committed by root
parent d100d303f6
commit 57a17fcda8

View File

@ -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 <eabdullin@almalinux.org> - 1.54.0-9.alma.1
- Enable building for ppc64le
* Wed Feb 05 2026 Richard W.M. Jones <rjones@redhat.com> - 1.54.0-9
- Synchronize spec file with Fedora
- Fix pnputils after virt-customize --inject-virtio-win