From 1e50080f4f9cab6d25df9f7ecc0704a1d8e70b1b Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 11:36:43 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- file.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index 47e7e19..0ef2436 100644 --- a/file.spec +++ b/file.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_without python3 Summary: Utility for determining file types @@ -164,6 +164,9 @@ make -C tests check %endif %changelog +* Tue Mar 12 2024 Bo Ren - 5.44-3 +- Rebuild with python3.11 + * Thu Apr 20 2023 Chunmei Xu - 5.44-2 - readelf: remove limit check -- Gitee