[packages/openssl] use %patch -P
atler
atler at pld-linux.org
Tue Feb 11 16:56:02 CET 2025
commit 2712ecfdf324fff45f814b6a6bad4f03c896e65c
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Feb 11 16:21:38 2025 +0100
use %patch -P
openssl.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index c01e35f..a8bce25 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -207,11 +207,11 @@ RC4, RSA и SSL. Включает статические библиотеки д
%prep
%setup -q
-%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
# fails with enable-sctp as of 1.1.1
%{__rm} test/recipes/80-test_ssl_new.t
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl.git/commitdiff/901beb60e8def4b086882fef254e961a5a35a36b
More information about the pld-cvs-commit
mailing list