mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Fix incorrect PHP package name for SLES 11
This commit is contained in:
parent
aec0591001
commit
4cfbb1f006
@ -40,11 +40,12 @@
|
|||||||
%endif
|
%endif
|
||||||
# SLE 11 = 1110
|
# SLE 11 = 1110
|
||||||
%if 0%{?suse_version} == 1110
|
%if 0%{?suse_version} == 1110
|
||||||
|
%define phpname php53
|
||||||
%define apache2modphpname apache2-mod_php53
|
%define apache2modphpname apache2-mod_php53
|
||||||
%define usermodparam -A
|
%define usermodparam -A
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{_vendor}" == "redhat" || 0%{?suse_version} == 1110
|
%if "%{_vendor}" == "redhat"
|
||||||
%define phpname php
|
%define phpname php
|
||||||
%define phpzendname php-ZendFramework
|
%define phpzendname php-ZendFramework
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user