From 5359559b060000ea4b89bbf50e43a152b7f28d98 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Sat, 5 Jul 2025 19:45:46 +0000 Subject: [PATCH] Add riscv64 support --- mysql8.4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mysql8.4.spec b/mysql8.4.spec index 95dce9e..ad13151 100644 --- a/mysql8.4.spec +++ b/mysql8.4.spec @@ -104,7 +104,7 @@ ExcludeArch: %{ix86} Name: %{majorname}%{majorversion} Version: %{package_version} -Release: 2%{?with_debug:.debug}%{?dist} +Release: 2%{?with_debug:.debug}%{?dist}.alma.1 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -170,7 +170,7 @@ BuildRequires: mecab-devel BuildRequires: bison BuildRequires: libzstd-devel BuildRequires: libcurl-devel -%ifnarch aarch64 s390x +%ifnarch aarch64 s390x riscv64 BuildRequires: numactl-devel BuildRequires: libquadmath-devel %endif @@ -599,10 +599,10 @@ cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \ -DSYSTEMD_SERVICE_NAME="%{daemon_name}" \ -DSYSTEMD_PID_DIR="%{pidfiledir}" \ -DWITH_INNODB_MEMCACHED=ON \ -%ifnarch aarch64 s390x +%ifnarch aarch64 s390x riscv64 -DWITH_NUMA=ON \ %endif -%ifarch s390x +%ifarch s390x riscv64 -DUSE_LD_GOLD=OFF \ %endif -DWITH_ROUTER=OFF \ @@ -1131,6 +1131,9 @@ fi %endif %changelog +* Sat Jul 05 2025 Andrew Lukoshko - 8.4.4-2.alma.1 +- Add riscv64 support + * Fri Feb 14 2025 Michal Schorm - 8.4.4-2 - Rebuilt