* Mon Feb 17 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-7.sme
- fix roundcube not accessibel after install [SME: 12928]
This commit is contained in:
parent
98223108e9
commit
e953fc8ab6
@ -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");
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <jpp@koozali.org> 1.6-7.sme
|
||||
- fix roundcube not accessibel after install [SME: 12928]
|
||||
|
||||
* Wed Feb 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.6-6.sme
|
||||
- fix typo in roundcubemail.action [SME: 12917]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user