* Sun Mar 30 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-8.sme

- remove service handling from post-upgrade event [SME: 12977]
This commit is contained in:
2025-03-30 23:20:31 -04:00
parent c53da784a1
commit db97b6834f
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
%define name smeserver-roundcube
%define version 1.6
%define release 7
%define release 8
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
* Sun Mar 30 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-8.sme
- remove service handling from post-upgrade event [SME: 12977]
* Mon Feb 17 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-7.sme
- fix roundcube not accessible after install [SME: 12928]
- avoid need to relog in case of reloading of configuration [SME: 12929]