public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] f44: skip building PRoot on fedora45 x86_64
@ 2026-06-22 17:25 Dave Dykstra
0 siblings, 0 replies; only message in thread
From: Dave Dykstra @ 2026-06-22 17:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/apptainer
Branch : f44
Commit : ca56b0d057b7d581d9262c016b8f1acbd9cf2d44
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date : 2026-06-22T12:23:35-05:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/apptainer/c/ca56b0d057b7d581d9262c016b8f1acbd9cf2d44?branch=f44
Log:
skip building PRoot on fedora45 x86_64
---
diff --git a/apptainer.spec b/apptainer.spec
index 573986a..44e9ae3 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -35,8 +35,10 @@
%global fuse_overlayfs_version 1.16
%global squashfs_tools_version 4.7.5
%ifnarch ppc64le s390x
+%if 0%{?fedora} < 45 || "%{_arch}" != "x86_64"
%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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 17:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 17:25 [rpms/apptainer] f44: skip building PRoot on fedora45 x86_64 Dave Dykstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox