From 8b5f1ba25c97450617de29fbf3a8666ba6194199 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 14:46:05 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- kpatch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kpatch.spec b/kpatch.spec index 6b8270b..1a96df8 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define kpatch_dnf_ver 0.4 Name: kpatch @@ -77,5 +77,8 @@ echo "To enable automatic kpatch-patch subscription, run:" echo -e "\t$ dnf kpatch auto" %changelog +* Tue Mar 12 2024 Bo Ren - 0.9.4-2 +- Rebuild with python3.11 + * Tue Apr 11 2023 happy_orange - 0.9.4-1 - init package -- Gitee