[packages/mariadb] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:14:20 CEST 2025
commit 19c5c131aa56f78e1639b486142c80dfe85225dc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:14:04 2025 +0200
Fix applying patches.
mariadb.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index eb52fd4..63df2f5 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -459,9 +459,9 @@ process.
mv sphinx-*/mysqlse storage/sphinx
%endif
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \
scripts/mytop.sh \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mariadb.git/commitdiff/19c5c131aa56f78e1639b486142c80dfe85225dc
More information about the pld-cvs-commit
mailing list