--- rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2020/12/08 03:49:44 1.17 +++ rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2020/12/08 19:57:09 1.18 @@ -1,10 +1,10 @@ -# $Id: e-smith-mysql.spec,v 1.16 2020/12/08 03:26:23 jpp Exp $ +# $Id: e-smith-mysql.spec,v 1.17 2020/12/08 03:49:44 jpp Exp $ Summary: e-smith specific mysql configuration and templates. %define name e-smith-mysql Name: %{name} %define version 2.6.0 -%define release 14 +%define release 15 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -30,13 +30,13 @@ BuildRequires: e-smith-devtools >= 1.13. AutoReqProv: no %changelog -* Mon Dec 07 2020 Jean-Philipe Pialasse 2.6.0-14.sme +* Mon Dec 07 2020 Jean-Philipe Pialasse 2.6.0-15.sme - e-smith-update event [SME: 11145] - mariadb systemd integration [SME: 11021] move set.password and template create /usr/lib/systemd/system/mariadb.service.d/sme.conf create /sbin/e-smith/systemd/mariadb-initialize + chmod - cleanup + cleanup and remove old /var/service/mariadb - mysql.init systemd integration [SME: 11120] create mysql_init.service @@ -828,7 +828,8 @@ if [ $1 -gt 1 ] ; then if [ -e /var/service/mariadb/run ] ; then /usr/bin/sv d mariadb /usr/bin/sv d mariadb/log - # also rm -rf /var/service/mariadb + # also + rm -rf /var/service/mariadb fi fi