Move mysqld_safe_helper back to server subpackage

mysqld_safe is a script that calls the mysqld_safe_helper binary, so
being able to install one without the other doesn't make sense.
This commit is contained in:
Carl George 2019-05-04 04:46:30 +00:00 committed by Michal Schorm
parent 43e63f83db
commit df9d3ff3d8

View File

@ -1354,6 +1354,7 @@ fi
%{_bindir}/mysql_secure_installation
%{_bindir}/mysql_tzinfo_to_sql
%{_bindir}/mysqld_safe
%{_bindir}/mysqld_safe_helper
%{_bindir}/innochecksum
%{_bindir}/replace
%{_bindir}/resolve_stack_dump
@ -1549,8 +1550,6 @@ fi
%{_bindir}/perror
%{_mandir}/man1/mysql_upgrade.1*
%{_mandir}/man1/perror.1*
# Other utilities
%{_bindir}/mysqld_safe_helper
%if %{with devel}
%files devel