--- rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2018/04/02 02:54:53 1.1 +++ rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec 2019/01/17 02:44:38 1.14 @@ -1,4 +1,4 @@ -%define release 1 +%define release 12 %define version 1.1.0 Summary: Koozali SME Server Nextcloud configuration @@ -7,8 +7,23 @@ Version: %{version} Release: %{release}%{?dist} License: GPL Source: %{name}-%{version}.tar.gz +Patch0: smeserver-nextcloud-1.1.0.patch0.patch +Patch1: smeserver-nextcloud-1.1.0.bz10556.patch +Patch2: smeserver-nextcloud-1.1.0-bz10560-logrotate.patch +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 +Patch11: smeserver-nextcloud-1.1.0-bz10695-memory-limit.patch +Patch12: smeserver-nextcloud-1.1.0-bz10709-well-known.patch +Patch13: smeserver-nextcloud-1.1.0-bz10711-occ-command.patch +Patch14: smeserver-nextcloud-1.1.0-bz10710-dbcolumnupdate.patch BuildArch: noarch -URL: %{url_prefix}/%{name} +URL: https://www.nextcloud.com BuildRequires: e-smith-devtools @@ -29,6 +44,21 @@ Koozali SME Server Nextcloud files and c %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 %build @@ -36,14 +66,17 @@ 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)' \ --dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \ --dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \ --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \ + --file /usr/bin/OCC 'attr(0755,root,root)'\ > %{name}-%{version}-filelist cat %{name}-%{version}-filelist @@ -53,6 +86,47 @@ cat %{name}-%{version}-filelist %changelog +* Wed Jan 16 2019 Jean-Philipe Pialasse 1.1.0-12.sme +- fix /.well-known check [SME: 10709] +- created a OCC command you can call as root as if you were the right user. [SME: 10711] +- night cron to fix db [SME: 10710 ] + +* Mon Jan 07 2019 Jean-Philipe Pialasse 1.1.0-11.sme +- increase memory limit to new default from 128M to 512M [SME: 10695] + add property to nextcloud db key MemoryLimit to set to local value if needed. + +* 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] +- create the "ibays" main folder to mount all ibays in every user nextcloud space [SME: 10557] +- add Shared folders in nextcloud under the ibays folder [SME: 10559] + +* Sat Apr 07 2018 Jean-Philipe Pialasse 1.1.0-3.sme +- tidying templates, set cron update +- fix bad folder name for ibays [SME: 10556] + * Fri Mar 30 2018 Jean-Philipe Pialasse 1.1.0-1.sme - initial release