diff --git a/uwsgi.changes b/uwsgi.changes index ef56e66..9dddf57 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 24 10:48:33 UTC 2018 - michael@stroeder.com + +- Require Apache 2.4.33 for Leap 15 and Tumbleweed + because otherwise mod_proxy_uwsgi is not available (bsc#1090695) + ------------------------------------------------------------------- Wed Apr 18 13:32:20 UTC 2018 - guillaume.gardet@opensuse.org diff --git a/uwsgi.spec b/uwsgi.spec index 34d9b81..d0f74ed 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -47,7 +47,11 @@ Patch3: uwsgi-1.9.11-systemd_logger-old_systemd.patch %define apxs %{_sbindir}/apxs2 %endif %define apache_libexecdir %(%{apxs} -q LIBEXECDIR) +%if 0%{suse_version} < 1500 BuildRequires: apache2-devel +%else +BuildRequires: apache2-devel>=2.4.33 +%endif %if 0%{?suse_version} >= 1500 BuildRequires: argon2-devel %endif