From 88c84359b47f4b0f3cc8ea162988e54d7ddcc936 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 16:07:14 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- mod_wsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index eedeab7..ad5497c 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %{?filter_provides_in: %filter_provides_in %{_httpd_moddir}/.*\.so$} %{?filter_setup} @@ -80,6 +80,9 @@ mv $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express{,-3} %doc CREDITS.rst README.rst %changelog +* Tue Mar 12 2024 Bo Ren - 4.9.4-3 +- Rebuild with python3.11 + * Wed Dec 13 2023 mgb01105731 - 4.9.4-2 - rebuild -- Gitee