1 |
jpp |
1.3 |
%define release 2 |
2 |
jpp |
1.2 |
%define version 1.2.0 |
3 |
jpp |
1.1 |
|
4 |
|
|
Summary: Koozali SME Server Nextcloud configuration |
5 |
|
|
Name: smeserver-nextcloud |
6 |
|
|
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
License: GPL |
9 |
|
|
Source: %{name}-%{version}.tar.gz |
10 |
jpp |
1.4 |
Patch0: smeserver-nextcloud-1.2.0-bz10876-username-for-ldap.patch |
11 |
jpp |
1.1 |
|
12 |
|
|
BuildArch: noarch |
13 |
|
|
URL: https://www.nextcloud.com |
14 |
|
|
|
15 |
|
|
BuildRequires: e-smith-devtools |
16 |
|
|
|
17 |
jpp |
1.3 |
Requires: nextcloud >= 20.0.1 |
18 |
jpp |
1.1 |
Requires: e-smith-apache |
19 |
|
|
Requires: e-smith-mysql |
20 |
|
|
Requires: smeserver-webapps-common |
21 |
jpp |
1.3 |
Requires: smeserver-php >= 3.0.0-15 |
22 |
jpp |
1.1 |
Requires: samba-client |
23 |
|
|
Requires: perl-JSON |
24 |
jpp |
1.2 |
Requires: php74-php-smbclient |
25 |
|
|
Requires: php74-php-opcache |
26 |
|
|
Requires: php74-php-pecl-apcu |
27 |
|
|
Requires: php74-php-pecl-inotify |
28 |
|
|
Requires: php74-php-pecl-zip |
29 |
|
|
Requires: php74-php-pecl-imagick |
30 |
|
|
Requires: php74-php-gmp |
31 |
jpp |
1.1 |
|
32 |
|
|
|
33 |
|
|
%description |
34 |
|
|
Koozali SME Server Nextcloud files and configuration. |
35 |
|
|
|
36 |
|
|
|
37 |
|
|
%prep |
38 |
|
|
%setup |
39 |
jpp |
1.4 |
%patch0 -p1 |
40 |
jpp |
1.1 |
|
41 |
|
|
%build |
42 |
|
|
perl createlinks |
43 |
|
|
|
44 |
|
|
%install |
45 |
|
|
rm -rf %{buildroot} |
46 |
|
|
mkdir -p root/var/log/php/nextcloud |
47 |
|
|
(cd root; find . -depth -print | cpio -dump %{buildroot}) |
48 |
|
|
/sbin/e-smith/genfilelist %{buildroot} \ |
49 |
|
|
--dir /var/log/php/nextcloud 'attr(0755,www,www)' \ |
50 |
|
|
--dir /var/lib/php/nextcloud 'attr(0755,www,www)' \ |
51 |
|
|
--dir /var/lib/php/nextcloud/tmp 'attr(0755,www,www)' \ |
52 |
|
|
--dir /var/lib/php/nextcloud/opcache 'attr(0755,www,www)' \ |
53 |
|
|
--dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \ |
54 |
|
|
--dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \ |
55 |
|
|
--dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \ |
56 |
|
|
--file /usr/bin/OCC 'attr(0755,root,root)'\ |
57 |
|
|
> %{name}-%{version}-filelist |
58 |
|
|
|
59 |
|
|
cat %{name}-%{version}-filelist |
60 |
|
|
%files -f %{name}-%{version}-filelist |
61 |
|
|
%defattr(-,root,root) |
62 |
|
|
%doc COPYING |
63 |
|
|
|
64 |
|
|
|
65 |
|
|
%changelog |
66 |
jpp |
1.3 |
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme |
67 |
jpp |
1.4 |
- use username as id in place of ldap uuid [SME: 10876] |
68 |
jpp |
1.3 |
|
69 |
jpp |
1.2 |
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-1.sme |
70 |
|
|
- initial SME10 import [SME: 11086] |
71 |
|
|
|
72 |
jpp |
1.1 |
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-19.sme |
73 |
|
|
- use php73-fpm [SME: 11003] |
74 |
|
|
- Require php-gmp for Nextcloud 19 and newer [SME: 11004] |
75 |
|
|
- add phpbasedir support so you can add individual access to dir or files [SME: 11083] |
76 |
|
|
simply use nextcloud PHPBaseDir property |
77 |
|
|
- increase FastCgiExternalServer php pool timeout to 300 [SME: 11084] |
78 |
|
|
- ease use of a dedicated domaine with https [SME: 10885] |
79 |
|
|
|
80 |
|
|
* Mon Jan 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-16.sme |
81 |
|
|
- fix missing Requirement and template-begins [SME: 10852] |
82 |
|
|
|
83 |
|
|
* Mon Dec 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-15.sme |
84 |
|
|
- use php72-fpm instead of php71-fpm [SME: 10852] |
85 |
|
|
|
86 |
|
|
* Sun Feb 17 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-14.sme |
87 |
|
|
- fix 512MB error on events [SME: 10728] |
88 |
|
|
- add requirement for inotify support [SME: 10733] |
89 |
|
|
|
90 |
|
|
* Wed Jan 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-13.sme |
91 |
|
|
- fix /.well-known check [SME: 10709] |
92 |
|
|
- created a OCC command you can call as root as if you were the right user. [SME: 10711] |
93 |
|
|
- night cron to fix db [SME: 10710 ] |
94 |
|
|
|
95 |
|
|
* Mon Jan 07 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-11.sme |
96 |
|
|
- increase memory limit to new default from 128M to 512M [SME: 10695] |
97 |
|
|
add property to nextcloud db key MemoryLimit to set to local value if needed. |
98 |
|
|
|
99 |
|
|
* Thu Dec 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-10.sme |
100 |
|
|
- fix /var/log/php/nextcloud/ is missing [SME: 10601] |
101 |
|
|
|
102 |
|
|
* Wed Dec 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-9.sme |
103 |
|
|
- fix timeout on update [SME: 10596] |
104 |
|
|
|
105 |
|
|
* Wed Jul 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-8.sme |
106 |
|
|
- fix wrong filter name for fail2ban jail.conf [SME: 10608] |
107 |
|
|
|
108 |
|
|
* Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme |
109 |
|
|
- fix long update [SME: 10564] |
110 |
|
|
- fix IncludeIbay not working. |
111 |
|
|
|
112 |
|
|
* Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme |
113 |
|
|
- fix shares not correctly handled [SME: 10564] |
114 |
|
|
- improve shares support |
115 |
|
|
- reload file cache after creation of ibays folder, so it displays to users. |
116 |
|
|
- improve output to message log |
117 |
|
|
|
118 |
|
|
* Mon Apr 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-5.sme |
119 |
|
|
- fix signal-event nextcloud-update hang [SME: 10560] |
120 |
|
|
|
121 |
|
|
* Sun Apr 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme |
122 |
|
|
- fix wrong logrotate option [SME: 10560] |
123 |
|
|
- change password storage mode for smb share to allow access from portable devices [SME: 10558] |
124 |
|
|
- create the "ibays" main folder to mount all ibays in every user nextcloud space [SME: 10557] |
125 |
|
|
- add Shared folders in nextcloud under the ibays folder [SME: 10559] |
126 |
|
|
|
127 |
|
|
* Sat Apr 07 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme |
128 |
|
|
- tidying templates, set cron update |
129 |
|
|
- fix bad folder name for ibays [SME: 10556] |
130 |
|
|
|
131 |
|
|
* Fri Mar 30 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-1.sme |
132 |
|
|
- initial release |
133 |
|
|
|