Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mariadb for openSUSE:Factory checked in at 2021-10-11 16:48:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mariadb (Old) and /work/SRC/openSUSE:Factory/.mariadb.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb" Mon Oct 11 16:48:35 2021 rev:114 rq:923825 version:10.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes 2021-09-25 00:35:44.763151405 +0200 +++ /work/SRC/openSUSE:Factory/.mariadb.new.2443/mariadb.changes 2021-10-11 16:48:37.082167952 +0200 @@ -1,0 +2,5 @@ +Thu Oct 7 15:02:44 UTC 2021 - Danilo Spinella <danilo.spine...@suse.com> + +- Fix socket address in mariadb@.socket file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mariadb.spec ++++++ --- /var/tmp/diff_new_pack.IrxOyd/_old 2021-10-11 16:48:38.630170412 +0200 +++ /var/tmp/diff_new_pack.IrxOyd/_new 2021-10-11 16:48:38.634170419 +0200 @@ -665,6 +665,10 @@ ln -sf %{_unitdir}/mariadb.service %{buildroot}%{_unitdir}/mysql.service ln -sf %{_unitdir}/mariadb@.service %{buildroot}%{_unitdir}/mysql@.service +# Replace the default socket for multi instance mariadb with the one used by +# mysql-systemd-helper +sed -e 's:mysql.sock-%I:mysql.%I.sock:' -i %{buildroot}%{_unitdir}/mariadb@.socket + # Tmpfiles file to exclude mysql tempfiles that are auto-cleaned up # bnc#852451 mkdir -p %{buildroot}%{_tmpfilesdir}