From 1c8b9e223615b0d16d050d0a597bce0eb5761812 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 15:18:46 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- libtevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libtevent.spec b/libtevent.spec index 229c164..fb924bb 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without python3 %global talloc_version 2.4.0 @@ -100,6 +100,9 @@ cp -a doc/man/man3 %{buildroot}%{_mandir} %endif %changelog +* Tue Mar 12 2024 Bo Ren - 0.14.1-2 +- Rebuild with python3.11 + * Wed Mar 8 2023 Funda Wang - 0.14.1-1 - New version 0.14.1 -- Gitee