public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] migrate-spdx: patch to fix 32-bit builds
@ 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 : e474d993943fc4bf1b2b75f85d3dfa8821da3841
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date : 2025-09-29T14:06:55-05:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/apptainer/c/e474d993943fc4bf1b2b75f85d3dfa8821da3841?branch=migrate-spdx
Log:
patch to fix 32-bit builds
---
diff --git a/apptainer.spec b/apptainer.spec
index 25c3529..824dd98 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -45,7 +45,7 @@
Summary: Application and environment virtualization formerly known as Singularity
Name: apptainer
Version: 1.4.3
-Release: 1%{?dist}
+Release: 2%{?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)
# See LICENSE_DEPENDENCIES.md for dependencies
@@ -72,6 +72,8 @@ Source13: https://github.com/containers/fuse-overlayfs/archive/v%{fuse_overlayfs
%if "%{?squashfs_tools_version}" != ""
Source14: https://github.com/plougher/squashfs-tools/archive/%{squashfs_tools_version}/squashfs-tools-%{squashfs_tools_version}.tar.gz
%endif
+# From https://github.com/ulikunitz/xz/commit/7eee8a8a405163554a9accec7b9402ee21400769
+Patch0: xz-32bit.patch
# This Conflicts is in case someone tries to install the main apptainer
# package when an old singularity package is installed. An Obsoletes is on
@@ -327,6 +329,7 @@ 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
+%patch -P 0 -p0
%build
%if "%{?SOURCE1}" != ""
@@ -483,6 +486,9 @@ fi
%attr(4755, root, root) %{_libexecdir}/%{name}/bin/starter-suid
%changelog
+* Mon Sep 29 2025 Dave Dykstra <dwd@cern.ch> - 1.4.3-2
+- Patch xz to work with 32-bit systems. The patch is from xz v0.5.15.
+
* Mon Sep 29 2025 Dave Dykstra <dwd@cern.ch> - 1.4.3
- Update to upstream 1.4.3
^ 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: patch to fix 32-bit builds Dave Dykstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox