public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/apptainer] migrate-spdx: use %patch -P 1 instead of %patch1
@ 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 : 06cb7904dd521ebd2ae8a3edc362c5b21b8d0762
Author : Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date : 2025-01-22T10:20:48-06:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/apptainer/c/06cb7904dd521ebd2ae8a3edc362c5b21b8d0762?branch=migrate-spdx
Log:
use %patch -P 1 instead of %patch1
---
diff --git a/apptainer.spec b/apptainer.spec
index 42e2526..0afd6a9 100644
--- a/apptainer.spec
+++ b/apptainer.spec
@@ -322,7 +322,7 @@ Provides the optional setuid-root portion of Apptainer.
%prep
%setup -n %{name}-%{package_version}
-%patch1
+%patch -P 1
# don't need to setup dependent source packages and patches because
# that is done by the compile-dependencies script
^ 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: use %patch -P 1 instead of %patch1 Dave Dykstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox