From 8686aa890f68bb01f6b9d45650faec7ae03392f665376ee7a747d476dee135ad Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Thu, 7 Oct 2021 15:07:48 +0000 Subject: [PATCH] Accepting request 923812 from home:dspinella:branches:server:database OBS-URL: https://build.opensuse.org/request/show/923812 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=280 --- mariadb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index a3e6a1d..039108d 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -667,7 +667,7 @@ 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:' %{buildroot}%{_unitdir}/mariadb@.socket +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