[packages/mysql] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:27:46 CEST 2025
commit 9183f4646ab4d5c8fa0acb40670b52724701b01f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:27:29 2025 +0200
Fix applying patches.
mysql.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 0b2bdbd..0551a0b 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -486,12 +486,12 @@ Ten pakiet zawiera standardowego demona MySQL NDB CPC.
%if %{with sphinx}
# http://www.sphinxsearch.com/docs/manual-0.9.9.html#sphinxse-mysql51
%{__mv} sphinx-*/mysqlse storage/sphinx
-%patch17 -p1
-%patch18 -p1
+%patch -P17 -p1
+%patch -P18 -p1
%endif
-%patch24 -p1
-%patch25 -p1
+%patch -P24 -p1
+%patch -P25 -p1
#%patch26 -p1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/9183f4646ab4d5c8fa0acb40670b52724701b01f
More information about the pld-cvs-commit
mailing list