[packages/srp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:07:22 CEST 2025
commit 9287ec751c15f8131fa276cb8c488087d9abf759
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:07:06 2025 +0200
Fix applying patches.
srp.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/srp.spec b/srp.spec
index aee7ee6..6cfb4a3 100644
--- a/srp.spec
+++ b/srp.spec
@@ -134,14 +134,14 @@ Serwer FTP ze wsparciem dla protokołu Secure Remote Password.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%build
cd libsrp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/srp.git/commitdiff/9287ec751c15f8131fa276cb8c488087d9abf759
More information about the pld-cvs-commit
mailing list