--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/02/17 05:27:58 1.16 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/12/16 22:47:05 1.17 @@ -1,4 +1,4 @@ -%define release 14 +%define release 15 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -23,6 +23,8 @@ Patch12: smeserver-nextcloud-1.1.0-bz107 Patch13: smeserver-nextcloud-1.1.0-bz10711-occ-command.patch Patch14: smeserver-nextcloud-1.1.0-bz10710-dbcolumnupdate.patch Patch15: smeserver-nextcloud-1.1.0-bz10728-OCC512.patch +Patch16: smeserver-nextcloud-1.1.0.bz10852.php72.patch + BuildArch: noarch URL: https://www.nextcloud.com @@ -32,13 +34,13 @@ Requires: nextcloud >= 13.0.1 Requires: e-smith-apache Requires: e-smith-mysql Requires: smeserver-webapps-common -Requires: smeserver-php-fpm +Requires: smeserver-php-fpm >= 0.1.1-3 Requires: samba-client -Requires: php71-php-smbclient -Requires: php71-php-opcache -Requires: php71-php-pecl-apcu +Requires: php72-php-smbclient +Requires: php72-php-opcache +Requires: php72-php-pecl-apcu Requires: perl-JSON -Requires: php71-php-pecl-inotify +Requires: php72-php-pecl-inotify %description Koozali SME Server Nextcloud files and configuration. @@ -62,7 +64,7 @@ Koozali SME Server Nextcloud files and c %patch13 -p1 %patch14 -p1 %patch15 -p1 - +%patch16 -p1 %build perl createlinks @@ -89,6 +91,9 @@ cat %{name}-%{version}-filelist %changelog +* Mon Dec 16 2019 Jean-Philipe Pialasse 1.1.0-15.sme +- use php72-fpm instead of php71-fpm [SME: 10852] + * Sun Feb 17 2019 Jean-Philipe Pialasse 1.1.0-14.sme - fix 512MB error on events [SME: 10728] - add requirement for inotify support [SME: 10733]