From 31fef7d2f132fa3c9957b3a577fd53206d5db55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=A0=82=E7=8F=82?= Date: Fri, 20 Dec 2024 09:13:24 +0000 Subject: [PATCH 1/2] update mariadb.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邱堂珂 --- mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb.spec b/mariadb.spec index d1f14a6..54d0e3d 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -16,6 +16,7 @@ %bcond_with rocksdb %endif %ifarch aarch64 + %bcond_without mroonga %bcond_without rocksdb %endif -- Gitee From 539a7a185921a37ab67bc59d26f875869afb4bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=A0=82=E7=8F=82?= Date: Fri, 20 Dec 2024 23:59:22 +0000 Subject: [PATCH 2/2] update mariadb.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邱堂珂 --- mariadb.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb.yaml b/mariadb.yaml index e3c0055..c6d138b 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -2,3 +2,4 @@ version_control: github src_repo: MariaDB/server tag_prefix: "mariadb-" seperator: "." +11 \ No newline at end of file -- Gitee