[packages/gfs2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:43:10 CEST 2025
commit d7a47079745bb77b8724395c66dce73515d71e91
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:42:54 2025 +0200
Fix applying patches.
gfs2.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gfs2.spec b/gfs2.spec
index bcecdca..a4f7cc7 100644
--- a/gfs2.spec
+++ b/gfs2.spec
@@ -112,11 +112,11 @@ Moduł jądra gnbd.
%prep
%setup -q -n cluster-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%{__perl} -pi -e 's/-lncurses/-lncurses -ltinfo/' gfs2/edit/Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gfs2.git/commitdiff/d7a47079745bb77b8724395c66dce73515d71e91
More information about the pld-cvs-commit
mailing list