diff --git a/proxysql.spec b/proxysql.spec index 9435352..8d5d376 100644 --- a/proxysql.spec +++ b/proxysql.spec @@ -25,7 +25,10 @@ Suggests: mariadb, community-mysql # Build in other architectures aside from x86 is not yet supported due to some # use of assembly code, but is on the upstream roadmap to support them. # https://github.com/sysown/proxysql/issues/977 -ExcludeArch: %{arm} %{power64} s390x aarch64 + +# Update 8/2021 +# Support for arm64 has been added. +ExcludeArch: %{power64} s390x Provides: bundled(jemalloc) = 5.2.0 Provides: bundled(mariadb-connector-c) = 3.1.9 @@ -124,6 +127,7 @@ install -d -m 0755 %{buildroot}%{_sharedstatedir}/proxysql - Add new bundled library (prometheus-cpp) - new dependencies - Fix gcc compatibility - missing headers - Rework Patch1 - move execution to patch macro +- Add arm rpm builds * Mon Aug 09 2021 Marek Kulik - 2.0.13-7 - Fix FTBFS due to cmake syntax change