Commit cb65e6a8 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #507 in ZP/z-push from...

Merge pull request #507 in ZP/z-push from bugfix/ZP-1191-z-push-2.3.5-breaks-centos-updates to develop

* commit '852ea354':
  ZP-1191 Fix php-awl package name for rpm based distributions.
parents f3a6da95 852ea354
...@@ -50,7 +50,7 @@ Z-push is an implementation of the ActiveSync protocol which is used 'over-the-a ...@@ -50,7 +50,7 @@ Z-push is an implementation of the ActiveSync protocol which is used 'over-the-a
Summary: Z-Push caldav backend Summary: Z-Push caldav backend
Group: Productivity/Networking/Email/Utilities Group: Productivity/Networking/Email/Utilities
Requires: %name-common = %version Requires: %name-common = %version
Requires: libawl-php Requires: php-awl
%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-php-common Requires: rh-php56-php-common
Requires: rh-php56-php-xml Requires: rh-php56-php-xml
...@@ -91,7 +91,7 @@ Backend for Z-Push, that adds the ability to combine backends. ...@@ -91,7 +91,7 @@ Backend for Z-Push, that adds the ability to combine backends.
Summary: Z-Push imap backend Summary: Z-Push imap backend
Group: Productivity/Networking/Email/Utilities Group: Productivity/Networking/Email/Utilities
Requires: %name-common = %version Requires: %name-common = %version
Requires: libawl-php Requires: php-awl
%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-php-imap Requires: rh-php56-php-imap
%else %else
......
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