1 Commits

Author SHA1 Message Date
00f46e1e5a * Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-6.sme
- fix typo in roundcubemail.action [SME: 12917]
2025-02-12 23:34:49 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
roundcubemail:any:/sbin/e-smith/signal-event smeserver-roundcube
roundcubemail:any:/sbin/e-smith/signal-event smeserver-roundcube-update

View File

@@ -1,6 +1,6 @@
%define name smeserver-roundcube
%define version 1.6
%define release 5
%define release 6
Summary: smserver rpm to setup roundcube, an IMAP mail client
Name: %{name}
@@ -85,6 +85,9 @@ fi
%attr(755,root,root) /usr/bin/rcplugin_update.sh
%changelog
* Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-6.sme
- fix typo in roundcubemail.action [SME: 12917]
* Fri Jan 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-5.sme
- set more relaxed CSP for roundcube [SME: 12861]