Commit 05201af6 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 59d7cb01
...@@ -29,7 +29,7 @@ Group: Productivity/Networking/Email/Utilities ...@@ -29,7 +29,7 @@ Group: Productivity/Networking/Email/Utilities
%if 0%{?suse_version} %if 0%{?suse_version}
Requires: php-posix Requires: php-posix
%endif %else
%if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56" %if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56"
Requires: rh-php56 Requires: rh-php56
Requires: rh-php56-php-soap Requires: rh-php56-php-soap
...@@ -41,6 +41,7 @@ Requires: php-soap ...@@ -41,6 +41,7 @@ Requires: php-soap
Requires: php-mbstring Requires: php-mbstring
Requires: php-process Requires: php-process
%endif %endif
%endif
%description -n %name-common %description -n %name-common
Z-push is an implementation of the ActiveSync protocol which is used 'over-the-air' for multi platform ActiveSync devices. Devices supported are including Windows Mobile, Android, iPhone, and Nokia. With Z-push any groupware can be connected and synced with these devices. Z-push is an implementation of the ActiveSync protocol which is used 'over-the-air' for multi platform ActiveSync devices. Devices supported are including Windows Mobile, Android, iPhone, and Nokia. With Z-push any groupware can be connected and synced with these devices.
...@@ -181,7 +182,7 @@ Group: Productivity/Networking/Email/Utilities ...@@ -181,7 +182,7 @@ Group: Productivity/Networking/Email/Utilities
Requires: %name-common = %version Requires: %name-common = %version
%if 0%{?suse_version} %if 0%{?suse_version}
Requires: php5-memcached Requires: php5-memcached
%endif %else
%if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56" %if "%_repository" == "RHEL_6_PHP_56" || "%_repository" == "RHEL_7_PHP_56"
Requires: memcached Requires: memcached
Requires: rh-php56-php-pecl-memcache Requires: rh-php56-php-pecl-memcache
...@@ -189,6 +190,7 @@ Requires: rh-php56-php-pecl-memcache ...@@ -189,6 +190,7 @@ Requires: rh-php56-php-pecl-memcache
Requires: memcached Requires: memcached
Requires: php-pecl-memcached Requires: php-pecl-memcached
%endif %endif
%endif
%description -n %name-ipc-memcached %description -n %name-ipc-memcached
Provider for Z-Push, that adds the ability to use ipc memcached Provider for Z-Push, that adds the ability to use ipc memcached
......
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