--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2018/04/09 02:05:22 1.4 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2018/12/21 03:13:11 1.11 @@ -1,4 +1,4 @@ -%define release 4 +%define release 10 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -13,6 +13,11 @@ Patch2: smeserver-nextcloud-1.1.0-bz1056 Patch3: smeserver-nextcloud-1.1.0-bz10558-logincredentials.patch Patch4: smeserver-nextcloud-1.1.0-bz10559-shares.patch Patch5: smeserver-nextcloud-1.1.0-bz10557-ibays_folder.patch +Patch6: smeserver-nextcloud-1.1.0-bz10560-signal-event-hang.patch +Patch7: smeserver-nextcloud-1.1.0-bz10564-improve-shares.patch +Patch8: smeserver-nextcloud-1.1.0-bz10564-fixIncludes-longUpdate.patch +Patch9: smeserver-nextcloud-1.1.0-bz10608-fail2ban.patch +Patch10: smeserver-nextcloud-1.1.0-bz10596-fix-update.patch BuildArch: noarch URL: https://www.nextcloud.com @@ -41,14 +46,21 @@ Koozali SME Server Nextcloud files and c %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 %build perl createlinks %install rm -rf %{buildroot} +mkdir -p root/var/log/php/nextcloud (cd root; find . -depth -print | cpio -dump %{buildroot}) /sbin/e-smith/genfilelist %{buildroot} \ + --dir /var/log/php/nextcloud 'attr(0755,www,www)' \ --dir /var/lib/php/nextcloud 'attr(0755,www,www)' \ --dir /var/lib/php/nextcloud/tmp 'attr(0755,www,www)' \ --dir /var/lib/php/nextcloud/opcache 'attr(0755,www,www)' \ @@ -64,6 +76,28 @@ cat %{name}-%{version}-filelist %changelog +* Thu Dec 20 2018 Jean-Philipe Pialasse 1.1.0-10.sme +- fix /var/log/php/nextcloud/ is missing [SME: 10601] + +* Wed Dec 19 2018 Jean-Philipe Pialasse 1.1.0-9.sme +- fix timeout on update [SME: 10596] + +* Wed Jul 04 2018 Jean-Philipe Pialasse 1.1.0-8.sme +- fix wrong filter name for fail2ban jail.conf [SME: 10608] + +* Wed Apr 11 2018 Jean-Philipe Pialasse 1.1.0-7.sme +- fix long update [SME: 10564] +- fix IncludeIbay not working. + +* Wed Apr 11 2018 Jean-Philipe Pialasse 1.1.0-6.sme +- fix shares not correctly handled [SME: 10564] +- improve shares support +- reload file cache after creation of ibays folder, so it displays to users. +- improve output to message log + +* Mon Apr 09 2018 Jean-Philipe Pialasse 1.1.0-5.sme +- fix signal-event nextcloud-update hang [SME: 10560] + * Sun Apr 08 2018 Jean-Philipe Pialasse 1.1.0-4.sme - fix wrong logrotate option [SME: 10560] - change password storage mode for smb share to allow access from portable devices [SME: 10558]