From b59b1c28a5594cd8b95cddfc0d07569c6239029d Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 11 Mar 2024 17:45:36 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- cracklib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cracklib.spec b/cracklib.spec index 09f1cb6..837e9d8 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without python3 %define dictdir %{_datadir}/cracklib @@ -166,6 +166,9 @@ make test %doc README-LICENSE AUTHORS %changelog +* Mon Mar 11 2024 Bo Ren - 2.9.8-2 +- Rebuild with python3.11 + * Mon Jan 9 2023 Guyu Wang - 2.9.8-1 - Update to 2.9.8 -- Gitee