Bump release for October 2024 mass rebuild:

Resolves: RHEL-64018
This commit is contained in:
Troy Dawson 2024-10-29 08:50:21 -07:00
parent 5d46ac72b7
commit 8483a099ad

View File

@ -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 <tdawson@redhat.com> - 5.0.0-4
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Tue Jul 16 2024 Joe Orton <jorton@redhat.com> - 5.0.0-3
- fix LD_RUN_PATH handling
Resolves: RHEL-48718