[packages/cyrus-sasl] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:09:14 CEST 2025
commit 9c16ed07db0a84178fd465691aa635cabc2e3c66
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:08:58 2025 +0200
Fix applying patches.
cyrus-sasl.spec | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec
index a87bdd9..cdfdd4c 100644
--- a/cyrus-sasl.spec
+++ b/cyrus-sasl.spec
@@ -501,21 +501,21 @@ Wtyczka Nagiosa do sprawdzania działania saslauthd.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%if %{with cryptedpw}
-%patch5 -p1
-%patch6 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%endif
-%patch7 -p1
-%patch9 -p1
+%patch -P7 -p1
+%patch -P9 -p1
%{?with_nagios:%patch10 -p1}
-%patch12 -p1
-%patch14 -p1
-%patch20 -p1
-%patch21 -p1
+%patch -P12 -p1
+%patch -P14 -p1
+%patch -P20 -p1
+%patch -P21 -p1
# update to our paths
sed -i -e '
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cyrus-sasl.git/commitdiff/9c16ed07db0a84178fd465691aa635cabc2e3c66
More information about the pld-cvs-commit
mailing list