[packages/mysql] mysql is 64 bit only since mysql 8.1

arekm arekm at pld-linux.org
Thu Nov 16 15:34:07 CET 2023


commit cae4bcefcdd675d12cdfd594cfff69fb50fd1ffc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Nov 16 14:49:42 2023 +0100

    mysql is 64 bit only since mysql 8.1

 mysql.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/mysql.spec b/mysql.spec
index 915e421..06b45b7 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -127,6 +127,8 @@ Provides:	user(mysql)
 Obsoletes:	MySQL < 3.22.27
 Obsoletes:	mysql-server < 4
 Conflicts:	logrotate < 3.8.0
+# "MySQL supports only 64-bit platforms."
+BuildArch:      %{x8664} %{arch64}
 BuildRoot:	%{tmpdir}/mysql-%{version}-root-%(id -u -n)
 
 %define		_libexecdir	%{_sbindir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/cae4bcefcdd675d12cdfd594cfff69fb50fd1ffc



More information about the pld-cvs-commit mailing list