From 440ea092f108cc36ab1b4e64c24f5c5b93c7e64f Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 13:47:32 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- hivex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hivex.spec b/hivex.spec index 6ea9bd1..ce215eb 100644 --- a/hivex.spec +++ b/hivex.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %undefine _package_note_flags %ifarch %{ocaml_native_compiler} @@ -272,6 +272,9 @@ fi %doc README.md %changelog +* Tue Mar 12 2024 Bo Ren - 1.3.23-3 +- Rebuild with python3.11 + * Thu Nov 16 2023 Wenlong Zhang - 1.3.23-2 - rebuild -- Gitee