From df3c3b6c6801374829aa768e541378e4c7cec05c Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 23 Nov 2017 15:06:29 +0100 Subject: [PATCH] Fix PID file location Related: #1483331, #1515779 --- mariadb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index f1e4d6b..b2f02d0 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -78,7 +78,7 @@ %global daemon_name %{name} %global daemondir %{_unitdir} %global daemon_no_prefix %{pkg_name} -%global mysqld_pid_dir mysqld +%global mysqld_pid_dir mariadb %else %bcond_with init_systemd %bcond_without init_sysv @@ -135,7 +135,7 @@ Name: mariadb Version: %{compatver}.%{bugfixver} -Release: 1%{?with_debug:.debug}%{?dist} +Release: 2%{?with_debug:.debug}%{?dist} Epoch: 3 Summary: A community developed branch of MySQL @@ -1604,6 +1604,10 @@ fi %endif %changelog +* Thu Nov 23 2017 Michal Schorm - 3:10.2.10-2 +- Fix PID file location + Related: #1483331, #1515779 + * Mon Nov 20 2017 Michal Schorm - 3:10.2.10-1 - Rebase to 10.2.10 version - Patch 2: mariadb-install-test.patch has been incorporated by upstream