--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/12/16 22:47:05 1.17 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2020/01/27 17:55:13 1.18 @@ -1,4 +1,4 @@ -%define release 15 +%define release 16 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -36,11 +36,14 @@ Requires: e-smith-mysql Requires: smeserver-webapps-common Requires: smeserver-php-fpm >= 0.1.1-3 Requires: samba-client +Requires: perl-JSON Requires: php72-php-smbclient Requires: php72-php-opcache Requires: php72-php-pecl-apcu -Requires: perl-JSON Requires: php72-php-pecl-inotify +Requires: php72-php-pecl-zip +Requires: php72-php-pecl-imagick + %description Koozali SME Server Nextcloud files and configuration. @@ -65,6 +68,7 @@ Koozali SME Server Nextcloud files and c %patch14 -p1 %patch15 -p1 %patch16 -p1 +touch root/etc/e-smith/templates/etc/opt/remi/php72/php.d/20-opcache.ini/template-begin %build perl createlinks @@ -91,6 +95,9 @@ cat %{name}-%{version}-filelist %changelog +* Mon Jan 27 2020 Jean-Philipe Pialasse 1.1.0-16.sme +- fix missing Requirement and template-begins [SME: 10852] + * Mon Dec 16 2019 Jean-Philipe Pialasse 1.1.0-15.sme - use php72-fpm instead of php71-fpm [SME: 10852]