/[smecontribs]/rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec
ViewVC logotype

Diff of /rpms/smeserver-nextcloud/contribs10/smeserver-nextcloud.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by jpp, Mon Nov 9 02:47:33 2020 UTC Revision 1.9 by jcrisp, Fri Dec 18 11:18:59 2020 UTC
# Line 1  Line 1 
1  %define release 2  %define release 7
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
# Line 7  Version: %{version} Line 7  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
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
11    Patch1: smeserver-nextcloud-1.2.0.bz11086-db-phpver-typo.patch
12    Patch2: smeserver-nextcloud-1.2.0.bz11086-add-missing-conf-details.patch
13    Patch3: smeserver-nextcloud-1.2.0.bz11171-template-min-max-start-servers.patch
14    Patch4: smeserver-nextcloud-1.2.0.bz11171-check-min-max-start-servers.patch
15    Patch5: smeserver-nextcloud-1.2.0.bz11268-fix-typo-php-pool-template.patch
16    
17  BuildArch: noarch  BuildArch: noarch
18  URL: https://www.nextcloud.com  URL: https://www.nextcloud.com
# Line 20  Requires: smeserver-webapps-common Line 26  Requires: smeserver-webapps-common
26  Requires: smeserver-php >= 3.0.0-15  Requires: smeserver-php >= 3.0.0-15
27  Requires: samba-client  Requires: samba-client
28  Requires: perl-JSON  Requires: perl-JSON
29    Requires: perl-Exporter-Tiny
30    Requires: perl-Sub-Quote
31  Requires: php74-php-smbclient  Requires: php74-php-smbclient
32  Requires: php74-php-opcache  Requires: php74-php-opcache
33  Requires: php74-php-pecl-apcu  Requires: php74-php-pecl-apcu
# Line 35  Koozali SME Server Nextcloud files and c Line 43  Koozali SME Server Nextcloud files and c
43    
44  %prep  %prep
45  %setup  %setup
46    %patch0 -p1
47    %patch1 -p1
48    %patch2 -p1
49    %patch3 -p1
50    %patch4 -p1
51    %patch5 -p1
52    
53  %build  %build
54  perl createlinks  perl createlinks
# Line 51  mkdir -p root/var/log/php/nextcloud Line 65  mkdir -p root/var/log/php/nextcloud
65   --dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \   --dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \
66   --dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \   --dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \
67   --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \   --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \
68     --ignoredir "/etc/sudoers.d" \
69     --file "/etc/sudoers.d/90_nextcloud" "attr(0440,root,root)" \
70   --file /usr/bin/OCC 'attr(0755,root,root)'\   --file /usr/bin/OCC 'attr(0755,root,root)'\
71   > %{name}-%{version}-filelist   > %{name}-%{version}-filelist
72    
# Line 61  cat %{name}-%{version}-filelist Line 77  cat %{name}-%{version}-filelist
77    
78    
79  %changelog  %changelog
80    * Fri Dec 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2.0-7.sme
81    - Fix typo in php pool template [SME: 11268]
82    
83    * Tue Dec 01 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2.0-6.sme
84    - Add a check for the Min/Max/Start servers [SME: 11171]
85    - https://bugs.contribs.org/show_bug.cgi?id=11171#c4
86    
87    * Mon Nov 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2.0-5.sme
88    - Template missing Min/Start/Max Servers and Children [SME: 11171]
89    
90    * Thu Nov 12 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2.0-4.sme
91    - Add missing SMB configuration details including domain/workgroup
92    
93    * Mon Nov 09 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2.0-3.sme
94    - Fix sudoer file permissions in file list
95    - Fix some install bugs
96    - typo in httpd.conf
97    - switch db from mysql to maria db
98    - update php version
99    - add Requires
100    
101  * 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
102  - fix [SME: ]  - use username as id in place of ldap uuid [SME: 10876]
103    
104  * Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-1.sme  * Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-1.sme
105  - initial SME10 import [SME: 11086]  - initial SME10 import [SME: 11086]


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed