1 |
jpp |
1.9 |
%define release 8 |
2 |
jpp |
1.1 |
%define version 1.1.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 |
jpp |
1.3 |
Patch0: smeserver-nextcloud-1.1.0.patch0.patch |
11 |
|
|
Patch1: smeserver-nextcloud-1.1.0.bz10556.patch |
12 |
jpp |
1.4 |
Patch2: smeserver-nextcloud-1.1.0-bz10560-logrotate.patch |
13 |
|
|
Patch3: smeserver-nextcloud-1.1.0-bz10558-logincredentials.patch |
14 |
|
|
Patch4: smeserver-nextcloud-1.1.0-bz10559-shares.patch |
15 |
|
|
Patch5: smeserver-nextcloud-1.1.0-bz10557-ibays_folder.patch |
16 |
jpp |
1.5 |
Patch6: smeserver-nextcloud-1.1.0-bz10560-signal-event-hang.patch |
17 |
jpp |
1.8 |
Patch7: smeserver-nextcloud-1.1.0-bz10564-improve-shares.patch |
18 |
jpp |
1.7 |
Patch8: smeserver-nextcloud-1.1.0-bz10564-fixIncludes-longUpdate.patch |
19 |
jpp |
1.9 |
Patch9: smeserver-nextcloud-1.1.0-bz10608-fail2ban.patch |
20 |
jpp |
1.1 |
BuildArch: noarch |
21 |
jpp |
1.4 |
URL: https://www.nextcloud.com |
22 |
jpp |
1.1 |
|
23 |
|
|
BuildRequires: e-smith-devtools |
24 |
|
|
|
25 |
|
|
Requires: nextcloud >= 13.0.1 |
26 |
|
|
Requires: e-smith-apache |
27 |
|
|
Requires: e-smith-mysql |
28 |
|
|
Requires: smeserver-webapps-common |
29 |
|
|
Requires: smeserver-php-fpm |
30 |
|
|
Requires: samba-client |
31 |
|
|
Requires: php71-php-smbclient |
32 |
|
|
Requires: php71-php-opcache |
33 |
|
|
Requires: php71-php-pecl-apcu |
34 |
|
|
Requires: perl-JSON |
35 |
|
|
|
36 |
|
|
%description |
37 |
|
|
Koozali SME Server Nextcloud files and configuration. |
38 |
|
|
|
39 |
|
|
|
40 |
|
|
%prep |
41 |
|
|
%setup |
42 |
jpp |
1.3 |
%patch0 -p1 |
43 |
|
|
%patch1 -p1 |
44 |
jpp |
1.4 |
%patch2 -p1 |
45 |
|
|
%patch3 -p1 |
46 |
|
|
%patch4 -p1 |
47 |
|
|
%patch5 -p1 |
48 |
jpp |
1.5 |
%patch6 -p1 |
49 |
jpp |
1.6 |
%patch7 -p1 |
50 |
jpp |
1.7 |
%patch8 -p1 |
51 |
jpp |
1.9 |
%patch9 -p1 |
52 |
jpp |
1.1 |
|
53 |
|
|
%build |
54 |
|
|
perl createlinks |
55 |
|
|
|
56 |
|
|
%install |
57 |
|
|
rm -rf %{buildroot} |
58 |
|
|
(cd root; find . -depth -print | cpio -dump %{buildroot}) |
59 |
|
|
/sbin/e-smith/genfilelist %{buildroot} \ |
60 |
|
|
--dir /var/lib/php/nextcloud 'attr(0755,www,www)' \ |
61 |
|
|
--dir /var/lib/php/nextcloud/tmp 'attr(0755,www,www)' \ |
62 |
|
|
--dir /var/lib/php/nextcloud/opcache 'attr(0755,www,www)' \ |
63 |
|
|
--dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \ |
64 |
|
|
--dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \ |
65 |
|
|
--dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \ |
66 |
|
|
> %{name}-%{version}-filelist |
67 |
|
|
|
68 |
|
|
cat %{name}-%{version}-filelist |
69 |
|
|
%files -f %{name}-%{version}-filelist |
70 |
|
|
%defattr(-,root,root) |
71 |
|
|
%doc COPYING |
72 |
|
|
|
73 |
|
|
|
74 |
|
|
%changelog |
75 |
jpp |
1.9 |
* Wed Jul 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-8.sme |
76 |
|
|
- fix wrong filter name for fail2ban jail.conf [SME: 10608] |
77 |
|
|
|
78 |
jpp |
1.7 |
* Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme |
79 |
|
|
- fix long update [SME: 10564] |
80 |
|
|
- fix IncludeIbay not working. |
81 |
|
|
|
82 |
jpp |
1.6 |
* Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme |
83 |
|
|
- fix shares not correctly handled [SME: 10564] |
84 |
|
|
- improve shares support |
85 |
|
|
- reload file cache after creation of ibays folder, so it displays to users. |
86 |
|
|
- improve output to message log |
87 |
|
|
|
88 |
jpp |
1.5 |
* Mon Apr 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-5.sme |
89 |
|
|
- fix signal-event nextcloud-update hang [SME: 10560] |
90 |
|
|
|
91 |
jpp |
1.4 |
* Sun Apr 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme |
92 |
|
|
- fix wrong logrotate option [SME: 10560] |
93 |
|
|
- change password storage mode for smb share to allow access from portable devices [SME: 10558] |
94 |
|
|
- create the "ibays" main folder to mount all ibays in every user nextcloud space [SME: 10557] |
95 |
|
|
- add Shared folders in nextcloud under the ibays folder [SME: 10559] |
96 |
|
|
|
97 |
jpp |
1.3 |
* Sat Apr 07 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme |
98 |
jpp |
1.2 |
- tidying templates, set cron update |
99 |
jpp |
1.3 |
- fix bad folder name for ibays [SME: 10556] |
100 |
jpp |
1.2 |
|
101 |
jpp |
1.1 |
* Fri Mar 30 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-1.sme |
102 |
|
|
- initial release |
103 |
|
|
|