From 27ff4b58376744ec4ee50412caef8911e1979481 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 11 Mar 2024 17:35:11 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- ceph.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 70756a8..5028b87 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 @@ -91,6 +91,7 @@ Patch0020: 0020-src-arrow-cpp-cmake_modules-ThirdpartyToolchain.cmake.patch Patch0023: 0023-src-s3select-include-s3select_parquet_intrf.h.patch Patch0024: 0024-gcc-13.patch Patch0025: 0025-selinux-prepare-for-anon-inode-controls-enablement.patch +Patch0026: 0026-src-boost-libs-python-src-object.patch %if %{without bundled_boost} Patch1001: ceph-17.2.0-pybind-boost-1.74.patch Patch1002: ceph-17.2.5-boost-1.81.patch @@ -1943,6 +1944,10 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Mon Mar 11 2024 Bo Ren - 17.2.5-4 +- Rebuild with python3.11 +- Fix Python 3.11 (PEP-620) incompatibility + * Wed Jun 14 2023 Bo Ren - 17.2.5-3 - rebuild with thrift-0.18.1-1 -- Gitee