public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] migrate-spdx: add patch for starter to avoid newly reserved C keywords false and true
@ 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 : 6715523b2929e413e8eaf392eed38322fa2b5be7
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date : 2025-01-22T09:54:35-06:00
Stats : +4/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/apptainer/c/6715523b2929e413e8eaf392eed38322fa2b5be7?branch=migrate-spdx
Log:
add patch for starter to avoid newly reserved C keywords false and true
---
diff --git a/apptainer.spec b/apptainer.spec
index 6db6381..42e2526 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -53,6 +53,7 @@ Release: 1%{?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
+Patch1: %{name}-1.patch
%if "%{?gocryptfs_version}" != ""
# In order to build offline, this source tarball needs to have the "vendor"
@@ -321,6 +322,7 @@ Provides the optional setuid-root portion of Apptainer.
%prep
%setup -n %{name}-%{package_version}
+%patch1
# don't need to setup dependent source packages and patches because
# that is done by the compile-dependencies script
@@ -472,6 +474,7 @@ fi
%changelog
* Wed Jan 22 2025 Dave Dykstra <dwd@cern.ch> - 1.4.0~rc.1
- Update to upstream 1.4.0-rc.1
+- Add patch for starter to avoid newly reserved C keywords false and true
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index 0cc27bb..1d42a3c 100644
--- a/sources
+++ b/sources
@@ -3,3 +3,4 @@ SHA512 (fuse-overlayfs-1.14.tar.gz) = e0c50abffb7b71248ed4d7b8663f21bab4bf358682
SHA512 (gocryptfs-2.5.0.tar.gz) = a0ebb659115f57efd6e41b9cc6895f19f4d587378536a6d427b5a9358ba8d38bc84123eb30ae4545aa8dbcb33d8c22c7715fa6c9b2c9e3a966fc2fcf25e7280e
SHA512 (squashfuse-0.5.2.tar.gz) = 4380d73afa47105e2188a4eebc6b54c5961a2ba38e5986865b7fd762ed0aea7d24b0d9f5b674abd9c29f73a336bd69142db7869a548560723f60559859cdd7f3
SHA512 (apptainer-1.4.0-rc.1.tar.gz) = cf046de0415c6ab0b0d683068b099e5616a0456d649600d6663ee50422bf1e62c4f5414e55eff6555e3be842f31f8cf2b429fa223fcec45018d933879b66839c
+SHA512 (apptainer-1.patch) = 67f8af6bec54a4123cf6193a812839f177a0264e1e4130ce6a8eb701f70a38390ae35dddd58840c1e3fc5860e4802c99689b8f1520afa26a946723a2c801c8cd
^ 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 patch for starter to avoid newly reserved C keywords false and true Dave Dykstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox