diff --git a/root/etc/dnf/plugins/post-transaction-actions.d/roundcubemail.action b/root/etc/dnf/plugins/post-transaction-actions.d/roundcubemail.action index 1829f03..6883e27 100644 --- a/root/etc/dnf/plugins/post-transaction-actions.d/roundcubemail.action +++ b/root/etc/dnf/plugins/post-transaction-actions.d/roundcubemail.action @@ -1 +1 @@ -roundcubemail:any:/sbin/e-smith/signal-event smeserver-roundcube +roundcubemail:any:/sbin/e-smith/signal-event smeserver-roundcube-update diff --git a/smeserver-roundcube.spec b/smeserver-roundcube.spec index 39afc9d..21cb6ba 100644 --- a/smeserver-roundcube.spec +++ b/smeserver-roundcube.spec @@ -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 1.6-6.sme +- fix typo in roundcubemail.action [SME: 12917] + * Fri Jan 03 2025 Jean-Philippe Pialasse 1.6-5.sme - set more relaxed CSP for roundcube [SME: 12861]