public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
To: git-commits@fedoraproject.org
Subject: [rpms/apptainer] epel10: update to 1.5.2
Date: Wed, 24 Jun 2026 13:08:17 GMT	[thread overview]
Message-ID: <178230649790.1.13304202958585509793.rpms-apptainer-f7c59b66e8f9@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
update to 1.5.2

---
diff --git a/apptainer.spec b/apptainer.spec
index f5a5f6c..9d6688d 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

                 reply	other threads:[~2026-06-24 13:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178230649790.1.13304202958585509793.rpms-apptainer-f7c59b66e8f9@fedoraproject.org \
    --to=2129743+drdaved@users.noreply.github.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox