public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] rawhide: apply patch to avoid golang-1.27-rc2 compilation error
@ 2026-07-23 17:27 Dave Dykstra
  0 siblings, 0 replies; only message in thread
From: Dave Dykstra @ 2026-07-23 17:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/apptainer
Branch : rawhide
Commit : ab1f01270c67d562adf71a556875c34e079d3db8
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date   : 2026-07-23T12:27:13-05:00
Stats  : +3/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/apptainer/c/ab1f01270c67d562adf71a556875c34e079d3db8?branch=rawhide

Log:
apply patch to avoid golang-1.27-rc2 compilation error

---
diff --git a/apptainer.spec b/apptainer.spec
index 158febd..83b5b36 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -57,6 +57,7 @@ Release: 2%{?dist}
 License: LicenseRef-Callaway-BSD AND BSD-3-Clause-LBNL AND Apache-2.0
 URL: https://apptainer.org
 Source: https://github.com/%{name}/%{name}/releases/download/v%{package_version}/%{name}-%{package_version}.tar.gz
+Patch0: https://github.com/apptainer/apptainer/pull/3647.patch
 
 %if "%{?gocryptfs_version}" != ""
 # use the release asset that includes vendor directory
@@ -347,6 +348,7 @@ Provides the optional setuid-root portion of Apptainer.
 
 %prep
 %setup -n %{name}-%{package_version}
+%patch -P 0
 # don't need to setup dependent source packages and patches because
 # that is done by the compile-dependencies script
 %if "%{?PRoot_version}" == ""
@@ -524,7 +526,7 @@ fi
 
 %changelog
 * Thu Jul 23 2026 Dave Dykstra <dwd@cern.ch> - 1.5.3-2
-- Rebuild for libsubid library version SONAME bump
+- Apply patch to avoid golang-1.27-rc2 compilation error
 
 * Tue Jul 21 2026 Dave Dykstra <dwd@cern.ch> - 1.5.3
 - Update to upstream 1.5.3

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

only message in thread, other threads:[~2026-07-23 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 17:27 [rpms/apptainer] rawhide: apply patch to avoid golang-1.27-rc2 compilation error Dave Dykstra

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