[packages/secpanel] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:55:34 CEST 2025
commit 9ad74f55dd644e64ccb7f54c4f8b523e09de5f0e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:55:18 2025 +0200
Fix applying patches.
secpanel.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/secpanel.spec b/secpanel.spec
index a0364eb..92b05b2 100644
--- a/secpanel.spec
+++ b/secpanel.spec
@@ -36,10 +36,10 @@ SecPanel nie jest nową implementacją protokołu SecureShell.
%prep
%setup -c -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/secpanel.git/commitdiff/9ad74f55dd644e64ccb7f54c4f8b523e09de5f0e
More information about the pld-cvs-commit
mailing list