Commit 04306211 authored by Manfred Kutas's avatar Manfred Kutas

ZP-1129 Fix dependencies for RHEL_7_PHP_56 and RHEL_6_PHP_56.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 05201af6
......@@ -27,9 +27,6 @@ Z-push is an implementation of the ActiveSync protocol which is used 'over-the-a
Summary: Z-Push core package
Group: Productivity/Networking/Email/Utilities
%if 0%{?suse_version}
Requires: php-posix
%else
%if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56"
Requires: rh-php56
Requires: rh-php56-php-soap
......@@ -39,6 +36,9 @@ Requires: rh-php56-php-process
Requires: php >= 5.4.0
Requires: php-soap
Requires: php-mbstring
%if 0%{?suse_version}
Requires: php-posix
%else
Requires: php-process
%endif
%endif
......@@ -180,14 +180,13 @@ Provider for Z-Push, that adds the ability to use ipc shared memory
Summary: Z-Push ipc memcached provider
Group: Productivity/Networking/Email/Utilities
Requires: %name-common = %version
%if 0%{?suse_version}
Requires: php5-memcached
%else
%if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56"
Requires: memcached
%if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56"
Requires: rh-php56-php-pecl-memcache
%else
Requires: memcached
%if 0%{?suse_version}
Requires: php5-memcached
%else
Requires: php-pecl-memcached
%endif
%endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment