Fix PID file location

Related: #1483331, #1515779
This commit is contained in:
Michal Schorm 2017-11-23 15:06:29 +01:00
parent 8420e0ff5a
commit df3c3b6c68

View File

@ -78,7 +78,7 @@
%global daemon_name %{name} %global daemon_name %{name}
%global daemondir %{_unitdir} %global daemondir %{_unitdir}
%global daemon_no_prefix %{pkg_name} %global daemon_no_prefix %{pkg_name}
%global mysqld_pid_dir mysqld %global mysqld_pid_dir mariadb
%else %else
%bcond_with init_systemd %bcond_with init_systemd
%bcond_without init_sysv %bcond_without init_sysv
@ -135,7 +135,7 @@
Name: mariadb Name: mariadb
Version: %{compatver}.%{bugfixver} Version: %{compatver}.%{bugfixver}
Release: 1%{?with_debug:.debug}%{?dist} Release: 2%{?with_debug:.debug}%{?dist}
Epoch: 3 Epoch: 3
Summary: A community developed branch of MySQL Summary: A community developed branch of MySQL
@ -1604,6 +1604,10 @@ fi
%endif %endif
%changelog %changelog
* Thu Nov 23 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-2
- Fix PID file location
Related: #1483331, #1515779
* Mon Nov 20 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-1 * Mon Nov 20 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-1
- Rebase to 10.2.10 version - Rebase to 10.2.10 version
- Patch 2: mariadb-install-test.patch has been incorporated by upstream - Patch 2: mariadb-install-test.patch has been incorporated by upstream