From 24c61425333b913d06c9c83d2a8fb01d0a24d422 Mon Sep 17 00:00:00 2001 From: Guoguo Date: Mon, 6 Nov 2023 13:07:48 +0000 Subject: [PATCH] add support for riscv64 Signed-off-by: Guoguo --- ceph.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index 70756a8..1299445 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global _hardened_build 1 %bcond_with make_check @@ -13,7 +13,7 @@ %else %bcond_with rbd_rwl_cache %endif -%ifarch %{arm64} +%ifarch %{arm64} riscv64 %bcond_with system_pmdk %else %bcond_without system_pmdk @@ -1943,6 +1943,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Mon Nov 6 2023 Guoguo - 17.2.5-4 +- add support for riscv64 + * Wed Jun 14 2023 Bo Ren - 17.2.5-3 - rebuild with thrift-0.18.1-1 -- Gitee