diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 3a55f26da43b541ebe4355ae1d1ded168b0105af..eedeab73248c7fde8fc2ee3b899e0fcc52b49af9 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %{?filter_provides_in: %filter_provides_in %{_httpd_moddir}/.*\.so$} %{?filter_setup} @@ -9,7 +9,7 @@ Release: %{anolis_release}%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ -Source0: https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}.tar.gz#/mod_wsgi-%{version}.tar.gz +Source0: https://github.com/GrahamDumpleton/mod_wsgi/archive/%{version}/mod_wsgi-%{version}.tar.gz Source1: wsgi.conf Source2: wsgi-python3.conf Patch1: mod_wsgi-4.5.20-exports.patch @@ -80,5 +80,8 @@ mv $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express{,-3} %doc CREDITS.rst README.rst %changelog +* Wed Dec 13 2023 mgb01105731 - 4.9.4-2 +- rebuild + * Thu May 11 2023 happy_orange - 4.9.4-1 - init package