SHA256
1
0
forked from pool/mariadb

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
This commit is contained in:
Danilo Spinella 2021-10-07 15:07:48 +00:00 committed by Git OBS Bridge
parent c9c51a53a8
commit 8686aa890f

View File

@ -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 # Replace the default socket for multi instance mariadb with the one used by
# mysql-systemd-helper # 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 # Tmpfiles file to exclude mysql tempfiles that are auto-cleaned up
# bnc#852451 # bnc#852451