1 |
%define release 2 |
%define release 3 |
2 |
%define version 1.2.0 |
%define version 1.2.0 |
3 |
|
|
4 |
Summary: Koozali SME Server Nextcloud configuration |
Summary: Koozali SME Server Nextcloud configuration |
8 |
License: GPL |
License: GPL |
9 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
10 |
Patch0: smeserver-nextcloud-1.2.0-bz10876-username-for-ldap.patch |
Patch0: smeserver-nextcloud-1.2.0-bz10876-username-for-ldap.patch |
11 |
|
Patch1: smeserver-nextcloud-1.2.0.bz11086-db-phpver-typo.patch |
12 |
|
|
13 |
BuildArch: noarch |
BuildArch: noarch |
14 |
URL: https://www.nextcloud.com |
URL: https://www.nextcloud.com |
22 |
Requires: smeserver-php >= 3.0.0-15 |
Requires: smeserver-php >= 3.0.0-15 |
23 |
Requires: samba-client |
Requires: samba-client |
24 |
Requires: perl-JSON |
Requires: perl-JSON |
25 |
|
Requires: perl-Exporter-Tiny |
26 |
|
Requires: perl-Sub-Quote |
27 |
Requires: php74-php-smbclient |
Requires: php74-php-smbclient |
28 |
Requires: php74-php-opcache |
Requires: php74-php-opcache |
29 |
Requires: php74-php-pecl-apcu |
Requires: php74-php-pecl-apcu |
40 |
%prep |
%prep |
41 |
%setup |
%setup |
42 |
%patch0 -p1 |
%patch0 -p1 |
43 |
|
%patch1 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
perl createlinks |
perl createlinks |
57 |
--dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \ |
--dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \ |
58 |
--dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \ |
--dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \ |
59 |
--dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \ |
--dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \ |
60 |
|
--ignoredir "/etc/sudoers.d" \ |
61 |
|
--file "/etc/sudoers.d/90_nextcloud" "attr(0440,root,root)" \ |
62 |
--file /usr/bin/OCC 'attr(0755,root,root)'\ |
--file /usr/bin/OCC 'attr(0755,root,root)'\ |
63 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
64 |
|
|
69 |
|
|
70 |
|
|
71 |
%changelog |
%changelog |
72 |
|
* Mon Nov 09 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2.0-3.sme |
73 |
|
- Fix sudoer file permissions in file list |
74 |
|
- Fix some install bugs |
75 |
|
- typo in httpd.conf |
76 |
|
- switch db from mysql to maria db |
77 |
|
- update php version |
78 |
|
- add Requires |
79 |
|
|
80 |
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme |
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme |
81 |
- use username as id in place of ldap uuid [SME: 10876] |
- use username as id in place of ldap uuid [SME: 10876] |
82 |
|
|