Enable building for ppc64le
This commit is contained in:
commit
6e9f999949
@ -16,7 +16,7 @@
|
||||
Summary: Tools to access and modify virtual machine disk images
|
||||
Name: guestfs-tools
|
||||
Version: 1.54.0
|
||||
Release: 4%{?dist}.alma.1
|
||||
Release: 5%{?dist}.alma.1
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
|
||||
# Build only for architectures that have a kernel
|
||||
@ -68,7 +68,7 @@ BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||
BuildRequires: gcc, gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: glibc-utils
|
||||
BuildRequires: libguestfs-devel >= 1:1.56.1-2.el10
|
||||
BuildRequires: libguestfs-devel >= 1:1.57.1-1
|
||||
BuildRequires: libguestfs-xfs
|
||||
BuildRequires: perl(Pod::Simple)
|
||||
BuildRequires: perl(Pod::Man)
|
||||
@ -114,10 +114,8 @@ BuildRequires: perl-generators
|
||||
BuildRequires: gnupg2
|
||||
%endif
|
||||
|
||||
# Ensure a minimum version of libguestfs is installed. This contains
|
||||
# a workaround for openssl bug RHBZ#2133884 and the hang where we
|
||||
# called setenv between fork and exec.
|
||||
Requires: libguestfs >= 1:1.56.1-2.el10
|
||||
# Ensure a minimum version of libguestfs is installed.
|
||||
Requires: libguestfs%{?_isa} >= 1:1.57.3-2.el10
|
||||
|
||||
# For virt-builder:
|
||||
Requires: curl
|
||||
@ -415,12 +413,15 @@ end
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 23 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.54.0-4.alma.1
|
||||
* Wed Sep 24 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.54.0-5.alma.1
|
||||
- Enable building for ppc64le
|
||||
|
||||
* Mon Sep 22 2025 Richard W.M. Jones <rjones@redhat.com> - 1.54.0-4
|
||||
* Tue Sep 23 2025 Richard W.M. Jones <rjones@redhat.com> - 1.54.0-5
|
||||
- Fix pnputils after virt-customize --inject-virtio-win
|
||||
resolves: RHEL-116537
|
||||
- Unify spec files between Fedora and RHEL.
|
||||
- Ensure a minimum version of libguestfs is installed at build and run time.
|
||||
resolves: RHEL-116716
|
||||
|
||||
* Wed Aug 13 2025 Richard W.M. Jones <rjones@redhat.com> - 1.54.0-3
|
||||
- Rebase to guestfs-tools 1.54.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user