From 3df2bb3304ece5d1d5fa4729cddc1265c693b004 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 15:07:30 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- libreport.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libreport.spec b/libreport.spec index 004e769..dc09189 100644 --- a/libreport.spec +++ b/libreport.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_with bugzilla Name: libreport @@ -452,6 +452,9 @@ rm -f %{buildroot}%{_mandir}/man5/anaconda_event.conf.5 %doc HACKING.md README.md CHANGELOG.md INSTALL %changelog +* Tue Mar 12 2024 Bo Ren - 2.17.6-3 +- Rebuild with python3.11 + * Tue Apr 11 2023 Shawn Wang - 2.17.6-2 - Optimize the spec file -- Gitee