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] migrate-spdx: add patch
Date: Mon, 03 Aug 2026 17:52:58 GMT	[thread overview]
Message-ID: <178577957863.1.10160617168591533851.rpms-apptainer-47edcd4b0fa5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/apptainer
Branch : migrate-spdx
Commit : 47edcd4b0fa5212815ff256d288ea806cb8c6dc1
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date   : 2022-08-02T13:03:57-05:00
Stats  : +23/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/apptainer/c/47edcd4b0fa5212815ff256d288ea806cb8c6dc1?branch=migrate-spdx

Log:
add patch

---
diff --git a/590.patch b/590.patch
new file mode 100644
index 0000000..cf8d7de
--- /dev/null
+++ b/590.patch
@@ -0,0 +1,23 @@
+From ef30469e3310e2b57ba29098496fe90ca8d0f558 Mon Sep 17 00:00:00 2001
+From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
+Date: Tue, 2 Aug 2022 11:55:17 -0500
+Subject: [PATCH] fix 32bit compilation
+
+Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
+---
+ internal/pkg/util/fs/overlay/overlay_linux.go | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/internal/pkg/util/fs/overlay/overlay_linux.go b/internal/pkg/util/fs/overlay/overlay_linux.go
+index b5eff4bd2..7b220f97f 100644
+--- a/internal/pkg/util/fs/overlay/overlay_linux.go
++++ b/internal/pkg/util/fs/overlay/overlay_linux.go
+@@ -81,7 +81,7 @@ func check(path string, d dir, allowType int64) error {
+ 		return nil
+ 	}
+ 
+-	if stfs.Type == allowType {
++	if int64(stfs.Type) == allowType {
+ 		return nil
+ 	}
+ 

                 reply	other threads:[~2026-08-03 17:52 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=178577957863.1.10160617168591533851.rpms-apptainer-47edcd4b0fa5@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