From aa403af507f82ef33e86f52c867eb8553c84492d6b89979aa54396e6b2c7ea76 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 19 Dec 2017 23:48:43 +0000 Subject: [PATCH] Accepting request 558695 from home:ecsos:server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Nextcloud 12 is not compatible with php ≥ 7.2, so php < 7.2 is needed. OBS-URL: https://build.opensuse.org/request/show/558695 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=27 --- nextcloud.changes | 6 ++++++ nextcloud.spec | 2 ++ 2 files changed, 8 insertions(+) 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.