public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] rawhide: Fix EPEL 11 build
@ 2026-08-01  3:42 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-01  3:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/apptainer
            Branch : rawhide
            Commit : 029fc6239c31ab4495f16e55edc133051211a344
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-07-31T19:54:16-04:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/apptainer/c/029fc6239c31ab4495f16e55edc133051211a344?branch=rawhide

            Log:
            Fix EPEL 11 build

RHEL 11 inherits the latest toolchain from Fedora, and therefore PRoot
doesn't build there either.

---
diff --git a/apptainer.spec b/apptainer.spec
index 7b6bca4..5719608 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -35,7 +35,7 @@
 %global fuse_overlayfs_version 1.16
 %global squashfs_tools_version 4.7.5
 %ifnarch ppc64le s390x
-%if 0%{?fedora} < 45 || "%{_arch}" != "x86_64"
+%if !(0%{?fedora} >= 45 || 0%{?rhel} >= 11) || "%{_arch}" != "x86_64"
 # On fedora45 x86_64 building PRoot dies with
 # "relocation truncated to fit: R_X86_64_PC32 against `.rodata'"
 # See https://github.com/proot-me/proot/issues/414

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-01  3:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01  3:42 [rpms/apptainer] rawhide: Fix EPEL 11 build Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox