public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] epel9: update to 1.5.2
@ 2026-06-24 12:15 Dave Dykstra
  0 siblings, 0 replies; only message in thread
From: Dave Dykstra @ 2026-06-24 12:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/apptainer
Branch : epel9
Commit : d20c57fde7101f9d9c0c16aa6f5c28546eb5b33d
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date   : 2026-06-24T07:15:04-05:00
Stats  : +18/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/apptainer/c/d20c57fde7101f9d9c0c16aa6f5c28546eb5b33d?branch=epel9

Log:
update to 1.5.2

---
diff --git a/apptainer.spec b/apptainer.spec
index ffdba7c..18d314b 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -27,7 +27,7 @@
 
 # This can be slightly different than %%{version}.
 # For example, it has dash instead of tilde for release candidates.
-%global package_version 1.5.1
+%global package_version 1.5.2
 
 %global gocryptfs_version 2.6.1
 %global squashfuse_version 0.6.2
@@ -35,15 +35,20 @@
 %global fuse_overlayfs_version 1.16
 %global squashfs_tools_version 4.7.5
 %ifnarch ppc64le s390x
+%if 0%{?fedora} < 45 || "%{_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
 %global PRoot_version 5.4.0-rootless.3
 %endif
+%endif
 
 # The last singularity version number in EPEL/Fedora
 %global last_singularity_version 3.8.7-3
 
 Summary: Application and environment virtualization formerly known as Singularity
 Name: apptainer
-Version: 1.5.1
+Version: 1.5.2
 Release: 1%{?dist}
 # See LICENSE.md for first party code (BSD-3-Clause and LBNL BSD)
 # See LICENSE_THIRD_PARTY.md for incorporated code (ASL 2.0)
@@ -352,6 +357,13 @@ rm -f $(dirname %{SOURCE10})/PRoot-*.tar.gz
 %endif
 
 %build
+if go version | grep -q "Red Hat"; then
+    # With Red Hat's golang this changes crashes when running non-FIPS
+    # compliant containers on FIPS-enabled machines into helpful error
+    # messages.
+    export GOEXPERIMENT=strictfipsruntime
+fi
+
 %if "%{?SOURCE1}" != ""
 GOVERSION="$(echo %SOURCE1|sed 's,.*/,,;s/go//;s/\.src.*//')"
 if ! ./mlocal/scripts/check-min-go-version go $GOVERSION; then
@@ -513,6 +525,9 @@ fi
 %attr(4755, root, root) %{_libexecdir}/%{name}/bin/starter-suid
 
 %changelog
+* Tue Jun 23 2026 Dave Dykstra <dwd@cern.ch> - 1.5.2
+- Update to upstream 1.5.2
+
 * Thu Jun 04 2026 Dave Dykstra <dwd@cern.ch> - 1.5.1
 - Update to upstream 1.5.1
 

diff --git a/sources b/sources
index 31c06b4..6e0ef6f 100644
--- a/sources
+++ b/sources
@@ -4,4 +4,4 @@ SHA512 (fuse-overlayfs-1.16.tar.gz) = d72ef0881b788c8f907e0e83bbb5aaa93f37068670
 SHA512 (gocryptfs_v2.6.1_src-deps.tar.gz) = ec8a8011a355656c1f242269fcc1559c537e880342e4f71a956a63ac72e47f2d9fea45f6ef308d420282725eb5bd4780f0cd645d137bb6beecb97a9c93b448fb
 SHA512 (squashfs-tools-4.7.5.tar.gz) = d24f1c8611dc7dcb17b81f3a34ee8c0d3484141c70ebe7c77c91c966e76cddc671e24d3f4a471ddc819c4708480cdd179168fe2bca8a09e97cebf0da9ef83b1c
 SHA512 (squashfuse-0.6.2.tar.gz) = 6eb32c05f5b2cbb94805a8b0f0b1d9a77dc7b582f94316de1be1e4aab19cc8856a50dd4542f4f4c9475c753e63f8a6fad21c0902704643f32422da6a08b21622
-SHA512 (apptainer-1.5.1.tar.gz) = b8d206c1494221db04901334e5aa7f8bca2cea326e493a741ffa7ef62687652dc74d859bd402d01f5066ad4b4e212a45fdc78a50aeb3f60bd9a939f03c6fd7e8
+SHA512 (apptainer-1.5.2.tar.gz) = 1ca5636b1c0d1f29313dddb0d013542341a94cac27b7bbbce2b0d7d6019cc9f03b3bbeeafa8b17a13e053e4b662cc50174a87c3987660d5a3256c0d6f92925ef

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

only message in thread, other threads:[~2026-06-24 12:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 12:15 [rpms/apptainer] epel9: update to 1.5.2 Dave Dykstra

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