Enable building for ppc64le

This commit is contained in:
Eduard Abdullin 2025-11-06 02:21:27 +00:00 committed by root
commit 6ac4cf98b2
5 changed files with 18 additions and 15 deletions

View File

@ -1,4 +1,4 @@
From 9de60bf0b7ae8c0d331b12f7bcf2b407babdc294 Mon Sep 17 00:00:00 2001 From 1138b3e24c68e89c743b422a769c9fd02265357f Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com> From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Mon, 29 Jul 2013 14:47:56 +0100 Date: Mon, 29 Jul 2013 14:47:56 +0100
Subject: [PATCH] RHEL: Disable unsupported remote drive protocols Subject: [PATCH] RHEL: Disable unsupported remote drive protocols
@ -552,5 +552,5 @@ index f5ecccc3c..d699d37ca 100755
-grep -sq -- '-drive file=ssh://rich@example.com/disk.img,' "$DEBUG_QEMU_FILE" || fail -grep -sq -- '-drive file=ssh://rich@example.com/disk.img,' "$DEBUG_QEMU_FILE" || fail
-rm "$DEBUG_QEMU_FILE" -rm "$DEBUG_QEMU_FILE"
-- --
2.47.1 2.47.3

View File

@ -1,4 +1,4 @@
From 8b6e6db7f64955748250fa5b987a85a8506520ec Mon Sep 17 00:00:00 2001 From 3c728eac0381734995ee8c67b34b7de22d12c84b Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com> From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 7 Jul 2015 09:28:03 -0400 Date: Tue, 7 Jul 2015 09:28:03 -0400
Subject: [PATCH] RHEL: Reject use of libguestfs-winsupport features except for Subject: [PATCH] RHEL: Reject use of libguestfs-winsupport features except for
@ -65,5 +65,5 @@ index 105291dc3..5ca4f3b6d 100644
exit (EXIT_FAILURE); exit (EXIT_FAILURE);
-- --
2.47.1 2.47.3

View File

@ -1,4 +1,4 @@
From 62c0af796f534188ff0ba9a628f9db6e4ade0cf8 Mon Sep 17 00:00:00 2001 From cff5ffbe185c8d516d70a0227c23cf1da3888106 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com> From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 13 May 2025 17:28:25 +0100 Date: Tue, 13 May 2025 17:28:25 +0100
Subject: [PATCH] RHEL: appliance/init: Run depmod -a to rebuild kernel module Subject: [PATCH] RHEL: appliance/init: Run depmod -a to rebuild kernel module
@ -23,5 +23,5 @@ index 62526ac77..c94f50079 100755
# Increase the SCSI timeout so we can read remote images. # Increase the SCSI timeout so we can read remote images.
shopt -s nullglob shopt -s nullglob
-- --
2.47.1 2.47.3

View File

@ -34,8 +34,8 @@ ExcludeArch: %{ix86}
Summary: Access and modify virtual machine disk images Summary: Access and modify virtual machine disk images
Name: libguestfs Name: libguestfs
Epoch: 1 Epoch: 1
Version: 1.57.5 Version: 1.57.6
Release: 1%{?dist}.alma.1 Release: 2%{?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
@ -128,7 +128,7 @@ BuildRequires: libldm-devel
BuildRequires: json-c-devel BuildRequires: json-c-devel
BuildRequires: systemd-devel BuildRequires: systemd-devel
BuildRequires: bash-completion BuildRequires: bash-completion
%if !0%{?rhel} %if 0%{?fedora} || 0%{?rhel} >= 11
BuildRequires: bash-completion-devel BuildRequires: bash-completion-devel
%endif %endif
BuildRequires: /usr/bin/ping BuildRequires: /usr/bin/ping
@ -960,7 +960,7 @@ rm ocaml/html/.gitignore
%files bash-completion %files bash-completion
%if !0%{?rhel} %if 0%{?fedora} || 0%{?rhel} >= 11
%dir %{bash_completions_dir} %dir %{bash_completions_dir}
%{bash_completions_dir}/guestfish %{bash_completions_dir}/guestfish
%{bash_completions_dir}/guestmount %{bash_completions_dir}/guestmount
@ -1089,12 +1089,13 @@ rm ocaml/html/.gitignore
%changelog %changelog
* Sat Oct 18 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.57.5-1.alma.1 * Thu Nov 06 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.57.6-2.alma.1
- Enable building for ppc64le - Enable building for ppc64le
* Fri Oct 17 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.57.5-1 * Wed Nov 05 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.57.6-2
- Rebase to libguestfs 1.57.5 - Rebase to libguestfs 1.57.6
resolves: RHEL-111240 resolves: RHEL-111240
- Synchronize spec file with Fedora
- Add new libguestfs ntfs_chmod API - Add new libguestfs ntfs_chmod API
resolves: RHEL-113833 resolves: RHEL-113833
- Use setfiles -A option if available to reduce memory usage - Use setfiles -A option if available to reduce memory usage
@ -1103,6 +1104,8 @@ rm ocaml/html/.gitignore
resolves: RHEL-121076 resolves: RHEL-121076
- Require passt - Require passt
resolves: RHEL-122315 resolves: RHEL-122315
- Add AV and GPOs to inspection info
resolves: RHEL-125846
* Thu Aug 14 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.56.1-3 * Thu Aug 14 2025 Richard W.M. Jones <rjones@redhat.com> - 1:1.56.1-3
- Rebase to libguestfs 1.56.1 - Rebase to libguestfs 1.56.1

View File

@ -1,2 +1,2 @@
SHA512 (libguestfs-1.57.5.tar.gz) = b8db1a16984db602dcee0b02386fbdbe7d06636da3934cccceca8b1907cff6c7cf38a87450acc856ff2b3eb1ee620cbb7d12144b6a51712d96bc136f5b8774a7 SHA512 (libguestfs-1.57.6.tar.gz) = 35bd4e446a1126ff4fbe0aa1b5c6292a3dd474a0c1e34a6fbc0cedfc6dfad29b0b5610ab60b1dc73e21065da932c202189b106648c8b5743f9a8a9365b731d14
SHA512 (libguestfs-1.57.5.tar.gz.sig) = c87208a79786cce2048abc79f2afbfd200b936ce142d50afccf777390735c74273bb5d19cc3dd700415d856a6b75998d11271157d681721772c612a217498bf9 SHA512 (libguestfs-1.57.6.tar.gz.sig) = cc865542c9bc9c97d2ea98d66f2b11e57d46d5d04026e2770a385ac6ba8a77fe83a25cbd2d1b2a10688c153b1d832b78080d28711622c19ea546f6c50f5ab9fa