--- rpms/smeserver-mysql/sme10/smeserver-mysql.spec 2022/03/14 02:49:56 1.11 +++ rpms/smeserver-mysql/sme10/smeserver-mysql.spec 2022/03/14 05:05:33 1.12 @@ -181,6 +181,11 @@ then sed -i root$ver/usr/lib/systemd/system/mariadb${ver}-mariadb.service \ -e "s/_safe//"; fi +if [ $ver -ge 104 ] +then + sed -i root$ver/usr/lib/systemd/system/mariadb${ver}-mariadb.service \ + -e "s_set.password$_set.password2_" +fi #### TODO check it is similar to rh one and functional ! @@ -322,7 +327,7 @@ Koozali SME Server configuration package * Sun Mar 13 2022 Jean-Philippe Pialasse 2.7.0-5.sme - fix typo in socket, seen with phpmyadmin [SME: 11899] - fix permissions for mariadb105 [SME: 11899] - revert change in release 2 for root password and fix set.password + create a dedicated set.password for mariadb>103 * Sun Mar 13 2022 Jean-Philippe Pialasse 2.7.0-3.sme - missing phpMyAdmin fragments [SME: 11899]