[packages/openswan] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:46:52 CEST 2025
commit a9316bea6ffd5fa046d495d4d50c09a46e25c21a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:46:36 2025 +0200
Fix applying patches.
openswan.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openswan.spec b/openswan.spec
index 9fbdd84..a60b9fb 100644
--- a/openswan.spec
+++ b/openswan.spec
@@ -54,8 +54,8 @@ polityką otaczającą projekt FreeS/WAN.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's#/lib/ipsec#/%{_lib}/ipsec#g#' Makefile Makefile.inc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openswan.git/commitdiff/a9316bea6ffd5fa046d495d4d50c09a46e25c21a
More information about the pld-cvs-commit
mailing list