- Enable building for ppc64le
This commit is contained in:
parent
9794220812
commit
9e85c95836
@ -42,15 +42,17 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.52.2
|
Version: 1.52.2
|
||||||
Release: 4%{?dist}
|
Release: 4%{?dist}.alma.1
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
|
||||||
# Build only for architectures that have a kernel
|
# Build only for architectures that have a kernel
|
||||||
ExclusiveArch: %{kernel_arches}
|
ExclusiveArch: %{kernel_arches}
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
|
%if 0%{?almalinux} < 10
|
||||||
# No qemu-kvm on POWER (RHBZ#1946532).
|
# No qemu-kvm on POWER (RHBZ#1946532).
|
||||||
ExcludeArch: %{power64}
|
ExcludeArch: %{power64}
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
# Source and patches.
|
# Source and patches.
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -1113,6 +1115,9 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 05 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.52.2-4.alma.1
|
||||||
|
- Enable building for ppc64le
|
||||||
|
|
||||||
* Wed Aug 28 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.52.2-4
|
* Wed Aug 28 2024 Richard W.M. Jones <rjones@redhat.com> - 1:1.52.2-4
|
||||||
- Synchronize patches with RHEL 9.5
|
- Synchronize patches with RHEL 9.5
|
||||||
resolves: RHEL-56325
|
resolves: RHEL-56325
|
||||||
|
Loading…
Reference in New Issue
Block a user