forked from pool/mariadb
Accepting request 923809 from home:dspinella:branches:server:database
- Fix socket address in mariadb@.socket file OBS-URL: https://build.opensuse.org/request/show/923809 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=279
This commit is contained in:
parent
3bff8867f1
commit
c9c51a53a8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 7 15:02:44 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Fix socket address in mariadb@.socket file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 20 09:01:17 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
Mon Sep 20 09:01:17 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -665,6 +665,10 @@ install -D -m 644 %{_sourcedir}/mariadb.target '%{buildroot}'%{_unitdir}/mariadb
|
|||||||
ln -sf %{_unitdir}/mariadb.service %{buildroot}%{_unitdir}/mysql.service
|
ln -sf %{_unitdir}/mariadb.service %{buildroot}%{_unitdir}/mysql.service
|
||||||
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:' %{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
|
||||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
mkdir -p %{buildroot}%{_tmpfilesdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user