]> git.pld-linux.org Git - packages/mysql.git/commitdiff
mysql is 64 bit only since mysql 8.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 Nov 2023 13:49:42 +0000 (14:49 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 Nov 2023 13:49:42 +0000 (14:49 +0100)
mysql.spec

index 915e4211d4dea3309972f0c2cb626a6dded35631..06b45b77b34673e929820650996c4cdf179f7822 100644 (file)
@@ -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}
This page took 0.213087 seconds and 4 git commands to generate.