[packages/ftp] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:37:02 CEST 2025


commit 655cc99efe7da271554e2f078c951fc9b1cc0fcc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:36:46 2025 +0200

    Fix applying patches.

 ftp.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ftp.spec b/ftp.spec
index 048a66a..e0be9ca 100644
--- a/ftp.spec
+++ b/ftp.spec
@@ -97,11 +97,11 @@ pasywnym.
 
 %prep
 %setup -q -n netkit-ftp-%{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
 
 %build
 CFLAGS="%{rpmcflags}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ftp.git/commitdiff/655cc99efe7da271554e2f078c951fc9b1cc0fcc



More information about the pld-cvs-commit mailing list