From 135ec6e57c3d0519727f7efe51f8d5225e73d9d6b9ded68853939c7d196c8b1a Mon Sep 17 00:00:00 2001 From: Johannes Weberhofer Date: Mon, 20 Feb 2017 11:02:35 +0000 Subject: [PATCH] Accepting request 452909 from home:guoyunhebrave:branches:server:php:applications Add php-openssl dependency. Without php-openssl, nextcloud could not be installed. OBS-URL: https://build.opensuse.org/request/show/452909 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=9 --- nextcloud.changes | 5 +++++ nextcloud.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/nextcloud.changes b/nextcloud.changes index 856ef66..462f72f 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 27 10:18:35 UTC 2017 - guoyunhebrave@gmail.com + +- Add php-openssl dependency + ------------------------------------------------------------------- Mon Jan 23 17:58:01 UTC 2017 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index af1e627..692f0b9 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -96,6 +96,7 @@ Requires: php-curl # SUSE does not include the fileinfo module in php-common. Requires: php-fileinfo Requires: php-iconv +Requires: php-openssl Requires: php-pear Requires: php-xmlreader Requires: php-xmlwriter