public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] migrate-spdx: add FIPS support
@ 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 : 1c620de46b858623817d085ef41075bb05529ce0
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date : 2026-02-17T10:48:36-06:00
Stats : +9/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/apptainer/c/1c620de46b858623817d085ef41075bb05529ce0?branch=migrate-spdx
Log:
add FIPS support
---
diff --git a/apptainer.spec b/apptainer.spec
index 53e1256..430200c 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.5
-Release: 5%{?dist}
+Release: 6%{?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
@@ -349,6 +349,9 @@ if ! ./mlocal/scripts/check-min-go-version go $GOVERSION; then
fi
%endif
+# enable FIPS support in go programs
+export GODEBUG=fips140=on
+
./scripts/compile-dependencies $(dirname %{SOURCE10})
# Not all of these parameters currently have an effect, but they might be
@@ -489,6 +492,9 @@ fi
%attr(4755, root, root) %{_libexecdir}/%{name}/bin/starter-suid
%changelog
+* Tue Feb 17 2026 Dave Dykstra <dwd@cern.ch> - 1.4.5-3
+- Enable FIPS support. Fixes BZ#2437258.
+
* Mon Feb 02 2026 Maxwell G <maxwell@gtmx.me> - 1.4.5-5
- Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26
@@ -498,11 +504,11 @@ fi
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-* Wed Dec 2 2025 Dave Dykstra <dwd@cern.ch> - 1.4.5-2
+* Tue Dec 2 2025 Dave Dykstra <dwd@cern.ch> - 1.4.5-2
- Include the real patches for e2fsprogs instead of empty files. Fixes
BZ#2417548.
-* Tue Dec 1 2025 Dave Dykstra <dwd@cern.ch> - 1.4.5
+* Mon Dec 1 2025 Dave Dykstra <dwd@cern.ch> - 1.4.5
- Update to upstream 1.4.5
* Tue Nov 4 2025 Tom Callaway <spot@fedoraproject.org> - 1.4.4-2
^ 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: add FIPS support Dave Dykstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox