From 8faebe65f59cc944c47dc16a8393b353cb774f4d Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 16:22:38 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- sssd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index afb9203..467ae92 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global sssd_user sssd %global child_attrs 4750 @@ -1053,6 +1053,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Wed Mar 13 2024 Zhao Hang - 2.8.2-2 +- Rebuild with python3.11 + * Sat Apr 22 2023 Funda Wang - 2.8.2-1 - New version 2.8.2 -- Gitee