From df9d3ff3d85676b16d0d8e7baef8c99f0ef3e635 Mon Sep 17 00:00:00 2001 From: Carl George Date: Sat, 4 May 2019 04:46:30 +0000 Subject: [PATCH] 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. --- mariadb.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index f8cc08d..d0bc077 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -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