diff --git a/mod_wsgi.spec b/mod_wsgi.spec index ea848a5..3d11c25 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -10,7 +10,7 @@ Name: mod_wsgi Version: 5.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A WSGI interface for Python web applications in Apache License: Apache-2.0 AND CC-BY-3.0 URL: https://modwsgi.readthedocs.io/ @@ -154,6 +154,10 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Tue Oct 29 2024 Troy Dawson - 5.0.0-4 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Jul 16 2024 Joe Orton - 5.0.0-3 - fix LD_RUN_PATH handling Resolves: RHEL-48718