/[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.2 by jpp, Sun Nov 8 20:40:43 2020 UTC Revision 1.5 by jcrisp, Mon Nov 9 15:42:13 2020 UTC
# Line 1  Line 1 
1  %define release 1  %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
# 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    
13  BuildArch: noarch  BuildArch: noarch
14  URL: https://www.nextcloud.com  URL: https://www.nextcloud.com
15    
16  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
17    
18  Requires: nextcloud >= 13.0.1  Requires: nextcloud >= 20.0.1
19  Requires: e-smith-apache  Requires: e-smith-apache
20  Requires: e-smith-mysql  Requires: e-smith-mysql
21  Requires: smeserver-webapps-common  Requires: smeserver-webapps-common
22  Requires: smeserver-php-fpm >= 0.1.1-3  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
# Line 35  Koozali SME Server Nextcloud files and c Line 39  Koozali SME Server Nextcloud files and c
39    
40  %prep  %prep
41  %setup  %setup
42    %patch0 -p1
43    %patch1 -p1
44    
45  %build  %build
46  perl createlinks  perl createlinks
# Line 51  mkdir -p root/var/log/php/nextcloud Line 57  mkdir -p root/var/log/php/nextcloud
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    
# Line 61  cat %{name}-%{version}-filelist Line 69  cat %{name}-%{version}-filelist
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
81    - use username as id in place of ldap uuid [SME: 10876]
82    
83  * 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
84  - initial SME10 import [SME: 11086]  - initial SME10 import [SME: 11086]
85    


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