From 6f34c7f68d58093e2dd26f81298a2847cbfeb421 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 8 May 2023 10:21:37 +0800 Subject: [PATCH] rebuild with libaio update --- ceph.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 5d2b14d..3670b45 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _hardened_build 1 %bcond_with make_check @@ -1943,6 +1943,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Mon May 08 2023 mgb01105731 - 17.2.5-2 +- rebuild with libaio update + * Thu Mar 02 2023 Funda Wang - 17.2.5-1 - New version 17.2.5 - Build with bundled boost for now, 17.x does not support boost 1.81 -- Gitee