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

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

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


Revision 1.3 - (hide annotations) (download)
Mon Nov 9 02:47:33 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
Changes since 1.2: +6 -3 lines
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme
- fix [SME: ]

1 jpp 1.3 %define release 2
2 jpp 1.2 %define version 1.2.0
3 jpp 1.1
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 jpp 1.3 Requires: nextcloud >= 20.0.1
17 jpp 1.1 Requires: e-smith-apache
18     Requires: e-smith-mysql
19     Requires: smeserver-webapps-common
20 jpp 1.3 Requires: smeserver-php >= 3.0.0-15
21 jpp 1.1 Requires: samba-client
22     Requires: perl-JSON
23 jpp 1.2 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 jpp 1.1
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 jpp 1.3 * Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme
65     - fix [SME: ]
66    
67 jpp 1.2 * Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-1.sme
68     - initial SME10 import [SME: 11086]
69    
70 jpp 1.1 * Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-19.sme
71     - use php73-fpm [SME: 11003]
72     - Require php-gmp for Nextcloud 19 and newer [SME: 11004]
73     - add phpbasedir support so you can add individual access to dir or files [SME: 11083]
74     simply use nextcloud PHPBaseDir property
75     - increase FastCgiExternalServer php pool timeout to 300 [SME: 11084]
76     - ease use of a dedicated domaine with https [SME: 10885]
77    
78     * Mon Jan 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-16.sme
79     - fix missing Requirement and template-begins [SME: 10852]
80    
81     * Mon Dec 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-15.sme
82     - use php72-fpm instead of php71-fpm [SME: 10852]
83    
84     * Sun Feb 17 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-14.sme
85     - fix 512MB error on events [SME: 10728]
86     - add requirement for inotify support [SME: 10733]
87    
88     * Wed Jan 16 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-13.sme
89     - fix /.well-known check [SME: 10709]
90     - created a OCC command you can call as root as if you were the right user. [SME: 10711]
91     - night cron to fix db [SME: 10710 ]
92    
93     * Mon Jan 07 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-11.sme
94     - increase memory limit to new default from 128M to 512M [SME: 10695]
95     add property to nextcloud db key MemoryLimit to set to local value if needed.
96    
97     * Thu Dec 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-10.sme
98     - fix /var/log/php/nextcloud/ is missing [SME: 10601]
99    
100     * Wed Dec 19 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-9.sme
101     - fix timeout on update [SME: 10596]
102    
103     * Wed Jul 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-8.sme
104     - fix wrong filter name for fail2ban jail.conf [SME: 10608]
105    
106     * Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme
107     - fix long update [SME: 10564]
108     - fix IncludeIbay not working.
109    
110     * Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme
111     - fix shares not correctly handled [SME: 10564]
112     - improve shares support
113     - reload file cache after creation of ibays folder, so it displays to users.
114     - improve output to message log
115    
116     * Mon Apr 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-5.sme
117     - fix signal-event nextcloud-update hang [SME: 10560]
118    
119     * Sun Apr 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme
120     - fix wrong logrotate option [SME: 10560]
121     - change password storage mode for smb share to allow access from portable devices [SME: 10558]
122     - create the "ibays" main folder to mount all ibays in every user nextcloud space [SME: 10557]
123     - add Shared folders in nextcloud under the ibays folder [SME: 10559]
124    
125     * Sat Apr 07 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme
126     - tidying templates, set cron update
127     - fix bad folder name for ibays [SME: 10556]
128    
129     * Fri Mar 30 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-1.sme
130     - initial release
131    

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