public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] migrate-spdx: add patch
@ 2026-08-03 17:52 Dave Dykstra
  0 siblings, 0 replies; only message in thread
From: Dave Dykstra @ 2026-08-03 17:52 UTC (permalink / raw)
  To: git-commits

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
+ 	}
+ 

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

only message in thread, other threads:[~2026-08-03 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 17:52 [rpms/apptainer] migrate-spdx: add patch Dave Dykstra

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