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