diff --git a/nextcloud.changes b/nextcloud.changes index 32d7874..2144280 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 19 18:38:20 UTC 2017 - ecsos@opensuse.org + +- Nextcloud 12 is not compatible with php ≥ 7.2, + so php < 7.2 is needed. + ------------------------------------------------------------------- Mon Dec 4 17:13:49 UTC 2017 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index 011902b..3131b09 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -83,6 +83,7 @@ Requires: php-zip # %if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version} Requires: php >= 5.6.0 +Requires: php < 7.2.0 Requires: php-process Requires: php-xml # @@ -92,6 +93,7 @@ Recommends: sqlite %if 0%{?suse_version} Requires: apache2 Requires: mod_php_any >= 5.6.0 +Requires: mod_php_any < 7.2.0 Requires: php-ctype Requires: php-curl # SUSE does not include the fileinfo module in php-common.