RPM: Install php-ZendFramework on RHEL/CentOS 7 and drop support for RHEL/CentOS 5
The EPEL repository for RHEL/CentOS 7 does now include php-ZendFramework version 1. It had only version 2 some time ago. Further, I removed "support" for RHEL/CentoOS 5.
This commit is contained in:
parent
a4d5f73db4
commit
195b080cff
|
@ -15,20 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||||
Packager: Icinga Team <info@icinga.org>
|
Packager: Icinga Team <info@icinga.org>
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} || 0%{?amzn}
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?amzn}
|
||||||
%define wwwconfigdir %{_sysconfdir}/httpd/conf.d
|
|
||||||
%define wwwuser apache
|
|
||||||
%if 0%{?rhel} == 5
|
|
||||||
%define php php53
|
|
||||||
%define php_cli php53-cli
|
|
||||||
%else
|
|
||||||
%define php php
|
%define php php
|
||||||
%define php_cli php-cli
|
%define php_cli php-cli
|
||||||
%endif
|
%define wwwconfigdir %{_sysconfdir}/httpd/conf.d
|
||||||
%if 0%{?rhel} == 6
|
%define wwwuser apache
|
||||||
%define zend php-ZendFramework
|
%define zend php-ZendFramework
|
||||||
%else
|
|
||||||
%define zend %{name}-vendor-Zend
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
@ -56,6 +47,7 @@ Requires: %{name}-vendor-JShrink
|
||||||
Requires: %{name}-vendor-lessphp
|
Requires: %{name}-vendor-lessphp
|
||||||
Requires: %{name}-vendor-Parsedown
|
Requires: %{name}-vendor-Parsedown
|
||||||
Requires: %{zend}
|
Requires: %{zend}
|
||||||
|
Obsoletes: %{name}-vendor-zend
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
Loading…
Reference in New Issue