From fb319c31868be801f979666cd2c0fea1336e8b8f Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 17 Mar 2016 11:17:20 +0100 Subject: [PATCH] rpm package requirements update + it does not require loleaflet and loolwsd, because loolwsd server can run on a separate machine, and loleaflet will be served by loolwsd in the near future. + it requires php5-apcu and the following line should be inserted to owncloud/config/config.php: 'memcache.local' => '\OC\Memcache\APCu', --- owncloud-collabora-online.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/owncloud-collabora-online.spec.in b/owncloud-collabora-online.spec.in index ae1e08b3..27ce5700 100644 --- a/owncloud-collabora-online.spec.in +++ b/owncloud-collabora-online.spec.in @@ -24,8 +24,7 @@ License: MPL Source0: owncloud-collabora-online-@PACKAGE_VERSION@.tar.gz BuildArch: noarch Requires: owncloud -Requires: loolwsd -Requires: loleaflet +Requires: php5-apcu %description