[packages/mysql] Don't apply commented out patches.
arekm
arekm at pld-linux.org
Tue Jul 15 11:22:31 CEST 2025
commit 7ff698c0b9a5c28f2e5bb78d7dd750dce655d7ee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 11:22:14 2025 +0200
Don't apply commented out patches.
mysql.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 0551a0b..52c4bfc 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -479,9 +479,9 @@ Ten pakiet zawiera standardowego demona MySQL NDB CPC.
%prep
%setup -q %{?with_sphinx:-a100} %{!?with_system_boost:-a101} -n mysql-%{version}
-#%patch0 -p1
+#%%patch0 -p1
# FIXME
-#%patch1 -p1
+#%%patch1 -p1
%if %{with sphinx}
# http://www.sphinxsearch.com/docs/manual-0.9.9.html#sphinxse-mysql51
@@ -493,7 +493,7 @@ Ten pakiet zawiera standardowego demona MySQL NDB CPC.
%patch -P24 -p1
%patch -P25 -p1
-#%patch26 -p1
+#%%patch26 -p1
# to get these files rebuild
[ -f sql/sql_yacc.cc ] && %{__rm} sql/sql_yacc.cc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/7ff698c0b9a5c28f2e5bb78d7dd750dce655d7ee
More information about the pld-cvs-commit
mailing list