Compare commits

..

3 Commits

Author SHA1 Message Date
41ae5559ab * Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.6-10.sme
- fix wrong service reload for apache [SME: 12505]
- add requires coolwsd-deprecated
2025-01-26 23:44:45 -05:00
2b562a56c1 Update README with specific Bugzilla links 2024-10-27 15:42:16 +00:00
Trevor Batley
923584ab15 fix-e-smith-pkg script (#12732) 2024-09-08 17:43:11 +10:00
4 changed files with 20 additions and 5 deletions

View File

@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-collabora smecontribs
<br />https://wiki.koozali.org/Collabora <br />https://wiki.koozali.org/Collabora
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-collabora&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) Show list of outstanding bugs:
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-collabora&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-collabora&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-collabora&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-collabora&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-collabora&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-collabora&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-collabora&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description

View File

@ -17,9 +17,9 @@ event_templates($event, qw(
)); ));
event_services($event, qw( event_services($event, qw(
httpd reload httpd-e-smith reload
coolwsd restart coolwsd restart
php73-php-fpm reload-or-restart php81-php-fpm reload-or-restart
rsyslog restart rsyslog restart
)); ));

Binary file not shown.

View File

@ -1,16 +1,17 @@
Summary: Koozali SME Server Collabora Online configuration Summary: Koozali SME Server Collabora Online configuration
Name: smeserver-collabora Name: smeserver-collabora
Version: 0.1.6 Version: 0.1.6
Release: 8%{?dist} Release: 10%{?dist}
License: GPL License: GPL
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
Requires: CODE-brand >= 21.11 Requires: CODE-brand >= 21.11
Requires: coolwsd Requires: coolwsd
Requires: coolwsd-deprecated
Requires: collaboraoffice-dict-en Requires: collaboraoffice-dict-en
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
%description %description
Koozali SME Server Collabora Online configuration Koozali SME Server Collabora Online configuration
@ -35,6 +36,13 @@ rm -f %{name}-%{version}-%{release}-filelist
%doc COPYING %doc COPYING
%changelog %changelog
* Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.1.6-10.sme
- fix wrong service reload for apache [SME: 12505]
- add requires coolwsd-deprecated
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.1.6-9.sme
- Fix e-smith references in smeserver-collabora [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.1.6-8.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.1.6-8.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]