Fix conditional.
This commit is contained in:
parent
5ec11c5a4f
commit
c094ba4827
@ -4,10 +4,10 @@
|
|||||||
%define mmn 20120211
|
%define mmn 20120211
|
||||||
%define mmnisa %{mmn}%{__isa_name}%{__isa_bits}
|
%define mmnisa %{mmn}%{__isa_name}%{__isa_bits}
|
||||||
%define vstring %(source /etc/os-release; echo ${REDHAT_SUPPORT_PRODUCT})
|
%define vstring %(source /etc/os-release; echo ${REDHAT_SUPPORT_PRODUCT})
|
||||||
%if 0%{?fedora} < 27 || %{?rhel} <= 7
|
%if 0%{?fedora} > 26 || 0%{?rhel} > 7
|
||||||
%global mpm prefork
|
|
||||||
%else
|
|
||||||
%global mpm event
|
%global mpm event
|
||||||
|
%else
|
||||||
|
%global mpm prefork
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
|
Loading…
Reference in New Issue
Block a user