SHA256
1
0
forked from pool/apache2

Accepting request 855763 from home:adkorte:branches:Apache

- only include BuildRequires: apache2-{prefork,worker,event} used in test target

OBS-URL: https://build.opensuse.org/request/show/855763
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=637
This commit is contained in:
2020-12-14 14:03:10 +00:00
committed by Git OBS Bridge
parent 50bc75ffe3
commit 7ca5eaf000
2 changed files with 14 additions and 2 deletions

View File

@@ -232,12 +232,18 @@ BuildRequires: pkgconfig(systemd)
BuildRequires: apache-rpm-macros
BuildRequires: apache2
BuildRequires: apache2-devel
BuildRequires: apache2-event
BuildRequires: apache2-manual
BuildRequires: apache2-prefork
BuildRequires: apache2-utils
%endif
%if "%{flavor}" == "test_prefork"
BuildRequires: apache2-prefork
%endif
%if "%{flavor}" == "test_worker"
BuildRequires: apache2-worker
%endif
%if "%{flavor}" == "test_event"
BuildRequires: apache2-event
%endif
%if %{unittest}
BuildRequires: mod_php_any
# perl-doc is assumed by t/filter/case.t (/usr/lib/perl5/*/pod/perlsub.pod)