Fix incorrect PHP package name for SLES 11

This commit is contained in:
Gunnar Beutner 2014-08-18 21:15:00 +02:00
parent aec0591001
commit 4cfbb1f006
1 changed files with 2 additions and 1 deletions

View File

@ -40,11 +40,12 @@
%endif
# SLE 11 = 1110
%if 0%{?suse_version} == 1110
%define phpname php53
%define apache2modphpname apache2-mod_php53
%define usermodparam -A
%endif
%if "%{_vendor}" == "redhat" || 0%{?suse_version} == 1110
%if "%{_vendor}" == "redhat"
%define phpname php
%define phpzendname php-ZendFramework
%endif