From 95c1d2fc515001162bf0061c6b381e3da2a4aa65 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 11 Mar 2024 13:51:27 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- rdma-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rdma-core.spec b/rdma-core.spec index 7adb69b..e1aab1b 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_with pandoc %bcond_with static %bcond_without pyverbs @@ -625,6 +625,9 @@ fi %endif %changelog +* Mon Mar 11 2024 Zhao Hang - 44.0-4 +- Rebuild with python3.11 + * Mon Apr 10 2023 Yuanhong Peng - 44.0-3 - Refactor the specfile -- Gitee