/[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.29 by jpp, Tue Jan 10 04:09:29 2023 UTC Revision 1.37 by jpp, Sun Sep 10 03:33:50 2023 UTC
# Line 1  Line 1 
1  %define release 21  %define release 27
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 29  Patch18: smeserver-nextcloud-1.2.0-bz120 Line 29  Patch18: smeserver-nextcloud-1.2.0-bz120
29  Patch19: smeserver-nextcloud-1.2.0-bz12208-bz12187-bz12241.patch  Patch19: smeserver-nextcloud-1.2.0-bz12208-bz12187-bz12241.patch
30  Patch20: smeserver-nextcloud-1.2.0-bz12277-disablefunctions-systempdir.patch  Patch20: smeserver-nextcloud-1.2.0-bz12277-disablefunctions-systempdir.patch
31  Patch21: smeserver-nextcloud-1.2.0-bz12299-opcache.patch  Patch21: smeserver-nextcloud-1.2.0-bz12299-opcache.patch
32    Patch22: smeserver-nextcloud-1.2.0-eventsactionsfixes.patch
33    Patch23: smeserver-nextcloud-1.2.0-bz11890-runuser.patch
34    Patch24: smeserver-nextcloud-1.2.0-bz12319-filescan.patch
35    Patch25: smeserver-nextcloud-1.2.0-bz12329-bz12298-bz12339-bz12401.patch
36    
37  BuildArch: noarch  BuildArch: noarch
38  URL: https://www.nextcloud.com  URL: https://www.nextcloud.com
# Line 51  Requires: php74-php-pecl-inotify Line 55  Requires: php74-php-pecl-inotify
55  Requires: php74-php-pecl-zip  Requires: php74-php-pecl-zip
56  Requires: php74-php-pecl-imagick  Requires: php74-php-pecl-imagick
57  Requires: php74-php-gmp  Requires: php74-php-gmp
58    Requires: php81-php-smbclient
59    Requires: php81-php-opcache
60    Requires: php81-php-pecl-apcu
61    Requires: php81-php-pecl-inotify
62    Requires: php81-php-pecl-zip
63    Requires: php81-php-pecl-imagick
64    Requires: php81-php-gmp
65    Requires: php81-php-redis
66  Requires: jq  Requires: jq
67  Requires: smeserver-mariadb105  Requires: smeserver-mariadb105
68  Requires: e-smith-apache >= 2.6.0-19  Requires: e-smith-apache >= 2.6.0-19
# Line 84  Koozali SME Server Nextcloud files and c Line 96  Koozali SME Server Nextcloud files and c
96  %patch19 -p1  %patch19 -p1
97  %patch20 -p1  %patch20 -p1
98  %patch21 -p1  %patch21 -p1
99    %patch22 -p1
100    %patch23 -p1
101    %patch24 -p1
102    %patch25 -p1
103    touch  root/etc/e-smith/templates/etc/opt/remi/php81/php.d/20-opcache.ini/template-begin
104    
105  %build  %build
106  perl createlinks  perl createlinks
# Line 102  mkdir -p root/var/log/php/nextcloud Line 119  mkdir -p root/var/log/php/nextcloud
119   --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \   --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \
120   --ignoredir "/etc/sudoers.d" \   --ignoredir "/etc/sudoers.d" \
121   --file "/etc/sudoers.d/90_nextcloud" "attr(0440,root,root)" \   --file "/etc/sudoers.d/90_nextcloud" "attr(0440,root,root)" \
  --file /usr/bin/OCC 'attr(0755,root,root)'\  
122   --file /usr/bin/occ 'attr(0755,root,root)'\   --file /usr/bin/occ 'attr(0755,root,root)'\
123   --file /usr/bin/nc_dbupdate 'attr(0755,root,root)'\   --file /usr/bin/nc_dbupdate 'attr(0755,root,root)'\
124   > %{name}-%{version}-filelist   > %{name}-%{version}-filelist
# Line 114  cat %{name}-%{version}-filelist Line 130  cat %{name}-%{version}-filelist
130    
131    
132  %changelog  %changelog
133    * Sat Sep 09 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2.0-27.sme
134    - Fix syntax error in 20opcache.ini [SME: 12298]
135    
136    * Sat Aug 19 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-26.sme
137    - fix missing template-begin
138    
139    * Tue Aug 08 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-25.sme
140    - make php81 compatible for NC 25 and higher [SME: 12298]
141    - requires php81-redis [SME: 12401]
142    - recognize need cpuinfo access [SME: 12339 ]
143    - remove simple signup link [SME: 12329]
144    
145    * Wed Feb 08 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-24.sme
146    - increase action script speed [SME: 12319]
147    
148    * Sat Jan 21 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-23.sme
149    - typo fix [SME: 11890]
150    
151    * Wed Jan 11 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-22.sme
152    - use of runuser in place of sudo -u [SME: 11890]
153      usage of /usr/bin/occ where possible
154      removal of /usr/bin/OCC
155    
156  * Mon Jan 09 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-21.sme  * Mon Jan 09 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-21.sme
157  - update disabled_fucntions list [SME: 12277]  - update disabled_fucntions list [SME: 12277]
158  - allow customization of opcache for Nextcloud see wiki [SME: 12299]  - allow customization of opcache for Nextcloud see wiki [SME: 12299]
159    - actions scripts update
160    
161  * Wed Nov 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-20.sme  * Wed Nov 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-20.sme
162  - set overwrite.cli.url [SME: 12208]  - set overwrite.cli.url [SME: 12208]


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