From 8483a099adf0bb972430db5174254c86a3cefe53 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:50:21 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- mod_wsgi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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