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

A new commit has been pushed.

Repo   : rpms/apptainer
Branch : migrate-spdx
Commit : 45635dd0362c46c716af1355d3ac7009506c1175
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date   : 2026-03-13T10:05:19-05:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/apptainer/c/45635dd0362c46c716af1355d3ac7009506c1175?branch=migrate-spdx

Log:
remove PRoot source on unsupported architectures

---
diff --git a/apptainer.spec b/apptainer.spec
index 61c36fe..211d3ff 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -354,6 +354,10 @@ Provides the optional setuid-root portion of Apptainer.
 %setup -n %{name}-%{package_version}
 # don't need to setup dependent source packages and patches because
 # that is done by the compile-dependencies script
+%if "%{?PRoot_version}" == ""
+# hide the source file from compile-dependencies on the archs where it fails
+rm -f $(dirname %{SOURCE10})/PRoot-*.tar.gz
+%endif
 
 %build
 %if "%{?SOURCE1}" != ""

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

only message in thread, other threads:[~2026-08-03 17:53 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:53 [rpms/apptainer] migrate-spdx: remove PRoot source on unsupported architectures Dave Dykstra

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