1 |
Name: smeserver-onlyoffice |
2 |
Version: 0.0.5 |
3 |
Release: 8%{?dist} |
4 |
Summary: Onlyoffice document server for Koozali SME Server |
5 |
License: GPL |
6 |
Source0: %{name}-%{version}.tar.gz |
7 |
Patch0: smeserver-onlyoffice-0.0.5-bz12233-dsport.patch |
8 |
Patch1: smeserver-onlyoffice-0.0.5-bz12234-secret.patch |
9 |
Patch2: smeserver-onlyoffice-0.0.5-bz12238.patch |
10 |
Patch3: smeserver-onlyoffice-0.0.5-bz12289.patch |
11 |
Patch4: smeserver-onlyoffice-0.0.5-bz12317.patch |
12 |
Patch5: smeserver-onlyoffice-0.0.5-bz12316-73update.patch |
13 |
|
14 |
BuildArch: noarch |
15 |
BuildRequires: e-smith-devtools |
16 |
Requires: smeserver-postgresql,smeserver-redis,smeserver-nginx |
17 |
Requires: postgresql |
18 |
Requires: onlyoffice-documentserver >= 7.3.0 |
19 |
Requires: rabbitmq-server,supervisor, php73-php-cli |
20 |
Requires: smeserver-supervisor, smeserver-rabbitmq-server, jq |
21 |
# for msttcore-fonts-installer |
22 |
Requires: cabextract |
23 |
|
24 |
%description |
25 |
Onlyoffice document server for for Koozali SME Server, a web based document editor server |
26 |
|
27 |
%prep |
28 |
%setup -q |
29 |
%patch0 -p1 |
30 |
%patch1 -p1 |
31 |
%patch2 -p1 |
32 |
%patch4 -p1 |
33 |
%patch5 -p1 |
34 |
|
35 |
%build |
36 |
perl createlinks |
37 |
|
38 |
%install |
39 |
rm -rf %{buildroot} |
40 |
(cd root ; find . -depth -print | cpio -dump %{buildroot}) |
41 |
/sbin/e-smith/genfilelist %{buildroot} \ |
42 |
--ignoredir /etc/yum/post-actions \ |
43 |
--ignoredir /usr/lib/systemd/system/nginx.service.d \ |
44 |
> %{name}-%{version}-%{release}-filelist |
45 |
|
46 |
|
47 |
%files -f %{name}-%{version}-%{release}-filelist |
48 |
%defattr(-,root,root) |
49 |
|
50 |
|
51 |
%changelog |
52 |
* Wed Feb 08 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-8.sme |
53 |
- adapt for onlyoffice 7.3 with systemd services [SME: 12177] |
54 |
|
55 |
* Tue Feb 07 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-7.sme |
56 |
- requires documentserver < 7.3 as using supervisord |
57 |
- fix path to pgsql [SME: 12317] |
58 |
- redirect to welcome uri |
59 |
|
60 |
* Mon Dec 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-5.sme |
61 |
- fix httpd failure on onlyoffice-documentserver rpm update [SME: 12289] |
62 |
|
63 |
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-4.sme |
64 |
- fix path to postgresql-13 [SME: 12238] |
65 |
|
66 |
* Mon Nov 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-3.sme |
67 |
- fix nginx not starting with onlyoffice 7.2 [SME: 12234] |
68 |
|
69 |
* Sun Nov 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-2.sme |
70 |
- fix wrong dsport in httpd template [SME: 12233] |
71 |
|
72 |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.5-1.sme |
73 |
- Initial import to Koozali SME Server from Nethserver |
74 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
75 |
by assuming the date is correct and changing the weekday. |
76 |
Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or .... |
77 |
|
78 |
* Tue Sep 07 2021 Markus Neuberger <dev@markusneuberger.at> - 0.0.2-1 |
79 |
- Fix Nextcloud configuration - thanks to Roberto Schiano |
80 |
|
81 |
* Fri Apr 17 2020 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-9 |
82 |
- Use jq instead of npm json - thanks to Klaus Boehme |
83 |
- Fix php memory error |
84 |
|
85 |
* Sat Sep 28 2019 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-8 |
86 |
Wed Sep 28 2019 --> Wed Sep 25 2019 or Sat Sep 28 2019 or Wed Oct 02 2019 or .... |
87 |
- Add stronger password for working with Webtop - thanks to Klaus Boehme |
88 |
- Add Webtop support |
89 |
|
90 |
* Wed Sep 04 2019 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-7 |
91 |
- Change config file and user |
92 |
|
93 |
* Wed Nov 07 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-6 |
94 |
- Change config file owner to work with versions newer than 5.2 - thanks to giacomo |
95 |
|
96 |
* Fri Sep 21 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-4 |
97 |
- add RejectUnauthorized prop to make it work with self-signed certs |
98 |
- remove rabbitmq-server requirement |
99 |
- change spellchecker port 8080 to 48080 to not conflict with nethserver-tomcat |
100 |
|
101 |
* Sat Apr 07 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-3 |
102 |
- check if database exists - thanks to @dnutan |
103 |
- check if nextcloud exists - thanks to @dnutan |
104 |
- tidy up conf action |
105 |
- remove documentserver script |
106 |
- make documentserver updates possible |
107 |
- use json import instead of templating defaults.json |
108 |
- remove install errors - thanks to @dnutan |
109 |
|
110 |
* Tue Mar 20 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-2 |
111 |
- Secure access via JWT token - thanks to @dnutan |
112 |
- autoinstall of onlyoffice nextcloud app - thanks to @danb35 |
113 |
- allow self-signed cert - thanks to @flatspin |
114 |
- add host db prop |
115 |
|
116 |
* Sat Mar 10 2018 Markus Neuberger <dev@markusneuberger.at> - 0.0.1-1 |
117 |
- First release |
118 |
- Add requires |
119 |
- Setup documentserver and nginx |