Accepting request 600381 from home:stroeder:branches:server:http

- Require Apache 2.4.33 for Leap 15 and Tumbleweed
  because otherwise mod_proxy_uwsgi is not available (bsc#1090695)

OBS-URL: https://build.opensuse.org/request/show/600381
OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=71
This commit is contained in:
2018-04-28 03:18:38 +00:00
committed by Git OBS Bridge
parent 0a2ba66b40
commit 99c9d2a876
2 changed files with 10 additions and 0 deletions

View File

@@ -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