[packages/mysql] Rel 2; mysql 8.4 supports 64bit architectures only
arekm
arekm at pld-linux.org
Wed May 15 14:47:01 CEST 2024
commit 1b07515c6d211c9cea7a184ddbd9cec57ebbf782
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed May 15 14:00:03 2024 +0200
Rel 2; mysql 8.4 supports 64bit architectures only
mysql.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index 530e6f8..cbad7dd 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -39,7 +39,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器
Name: mysql%{majorver}
# keep stable (and not "innovation") line here
Version: 8.4.0
-Release: 1
+Release: 2
License: GPL v2 + MySQL FOSS License Exception
Group: Applications/Databases
#Source0Download: https://dev.mysql.com/downloads/mysql/8.4.html#downloads
@@ -128,6 +128,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/1b07515c6d211c9cea7a184ddbd9cec57ebbf782
More information about the pld-cvs-commit
mailing list