diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 0b997a2..e822eca 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -25,7 +25,7 @@ Name: mod_wsgi Version: 4.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ @@ -169,6 +169,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 4.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 18 2021 Joe Orton - 4.8.0-2 - adjust to use bconds (lbalhar, PR#6) - adjust to use make_install macro (tstellar, PR#8)