diff --git a/mod_wsgi.spec b/mod_wsgi.spec index cd3edc5..5c41714 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -16,7 +16,7 @@ Name: mod_wsgi Version: 4.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ @@ -160,6 +160,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Mon Jun 13 2022 Python Maint - 4.9.1-2 +- Rebuilt for Python 3.11 + * Mon May 02 2022 Alexander Bokovoy - 4.9.1-1 - Update to 4.9.1 - Fixes: rhbz#2049695