[packages/gfs] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:43:07 CEST 2025


commit d46aa51285f1ce1f431f9df4f79d9c9ef0f8fe71
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:42:51 2025 +0200

    Fix applying patches.

 gfs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gfs.spec b/gfs.spec
index 1f61ab2..41d01db 100644
--- a/gfs.spec
+++ b/gfs.spec
@@ -45,8 +45,8 @@ wszystkich innych maszynach w klastrze.
 
 %prep
 %setup -q -n cluster-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 ./configure \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gfs.git/commitdiff/d46aa51285f1ce1f431f9df4f79d9c9ef0f8fe71



More information about the pld-cvs-commit mailing list