[10/20] SPECfile cleanup - Reformat for readability,
add whitespace characters
This commit is contained in:
parent
f1fdad6a71
commit
b311ee784b
16
mariadb.spec
16
mariadb.spec
@ -109,23 +109,23 @@
|
|||||||
%global pcre_bundled_version 10.42
|
%global pcre_bundled_version 10.42
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global python_path /usr/bin/python3
|
%global python_path /usr/bin/python3
|
||||||
|
|
||||||
# Include systemd files
|
# Include systemd files
|
||||||
%global daemon_name %{pkg_name}
|
%global daemon_name %{pkg_name}
|
||||||
%global daemon_no_prefix %{pkg_name}
|
%global daemon_no_prefix %{pkg_name}
|
||||||
|
|
||||||
# We define some system's well known locations here so we can use them easily
|
# We define some system's well known locations here so we can use them easily
|
||||||
# later when building to another location (like SCL)
|
# later when building to another location (like SCL)
|
||||||
%global logrotateddir %{_sysconfdir}/logrotate.d
|
%global logrotateddir %{_sysconfdir}/logrotate.d
|
||||||
%global logfiledir %{_localstatedir}/log/%{daemon_name}
|
%global logfiledir %{_localstatedir}/log/%{daemon_name}
|
||||||
%global logfile %{logfiledir}/%{daemon_name}.log
|
%global logfile %{logfiledir}/%{daemon_name}.log
|
||||||
# Directory for storing pid file
|
# Directory for storing pid file
|
||||||
%global pidfiledir %{_rundir}/%{daemon_name}
|
%global pidfiledir %{_rundir}/%{daemon_name}
|
||||||
# Defining where database data live
|
# Defining where database data live
|
||||||
%global dbdatadir %{_localstatedir}/lib/mysql
|
%global dbdatadir %{_localstatedir}/lib/mysql
|
||||||
# Home directory of mysql user should be same for all packages that create it
|
# Home directory of mysql user should be same for all packages that create it
|
||||||
%global mysqluserhome /var/lib/mysql
|
%global mysqluserhome /var/lib/mysql
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user