diff --git a/createlinks b/createlinks index ed98e7a..031213e 100644 --- a/createlinks +++ b/createlinks @@ -73,7 +73,7 @@ foreach my $event (qw( )) { event_link("qmail-update-user", $event, "20"); - event_link("roundcube-conf", $event, "03"); + event_link("roundcube-conf", $event, "05"); } safe_symlink("/usr/share/php/Net/LDAP3","root/usr/share/pear/Net/LDAP3"); safe_symlink("/usr/share/php/Net/LDAP3.php","root/usr/share/pear/Net/LDAP3.php"); diff --git a/root/etc/e-smith/events/actions/roundcube-conf b/root/etc/e-smith/events/actions/roundcube-conf index 351a526..b3511d7 100644 --- a/root/etc/e-smith/events/actions/roundcube-conf +++ b/root/etc/e-smith/events/actions/roundcube-conf @@ -3,7 +3,7 @@ /usr/bin/sed -i -e 's/^.*error_reporting.*$/ \/\/rem/' /usr/share/roundcubemail/program/lib/Roundcube/bootstrap.php # update composer -# if installed before user apache becoem an alias of www 102 +# if installed before user apache becom an alias of www 102 /bin/rpm --setugids roundcubemail /bin/rpm --setperms roundcubemail diff --git a/smeserver-roundcube.spec b/smeserver-roundcube.spec index 21cb6ba..4f9c0a7 100644 --- a/smeserver-roundcube.spec +++ b/smeserver-roundcube.spec @@ -1,6 +1,6 @@ %define name smeserver-roundcube %define version 1.6 -%define release 6 +%define release 7 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 +* Mon Feb 17 2025 Jean-Philippe Pialasse 1.6-7.sme +- fix roundcube not accessibel after install [SME: 12928] + * Wed Feb 12 2025 Jean-Philippe Pialasse 1.6-6.sme - fix typo in roundcubemail.action [SME: 12917]