Enable building for ppc64le

This commit is contained in:
Eduard Abdullin 2026-04-08 22:19:52 +00:00 committed by root
parent a6a8a033b8
commit 989cb9c24b

View File

@ -42,15 +42,17 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.56.1
Release: 4%{?dist}
Release: 4%{?dist}.alma.1
License: LGPL-2.1-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/
@ -1086,6 +1088,9 @@ rm ocaml/html/.gitignore
%changelog
* Wed Apr 08 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.56.1-4.alma.1
- Enable building for ppc64le
* Mon Mar 09 2026 Richard W.M. Jones <rjones@redhat.com> - 1:1.56.1-4
- Fix btrfs volume reverse translation
resolves: RHEL-149119