Compare commits

...

2 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
4 changed files with 16 additions and 4 deletions

View File

@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-collabora smecontribs
<br />https://wiki.koozali.org/Collabora
## 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

View File

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

Binary file not shown.

View File

@ -1,13 +1,14 @@
Summary: Koozali SME Server Collabora Online configuration
Name: smeserver-collabora
Version: 0.1.6
Release: 9%{?dist}
Release: 10%{?dist}
License: GPL
Source: %{name}-%{version}.tar.xz
BuildArch: noarch
Requires: CODE-brand >= 21.11
Requires: coolwsd
Requires: coolwsd-deprecated
Requires: collaboraoffice-dict-en
BuildRequires: smeserver-devtools
@ -35,6 +36,10 @@ rm -f %{name}-%{version}-%{release}-filelist
%doc COPYING
%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]