From 509086ab6f0e42e92872042cae1ec72f98b66657 Mon Sep 17 00:00:00 2001 From: Pavol Sloboda Date: Wed, 14 May 2025 15:50:06 +0200 Subject: [PATCH] Stopped removing the my_print_defaults when client is not built as it is required by the server subpackage thus removing it when the client subpackage is not being built will result in a build failure. Related: RHEL-104250 --- mysql8.4.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql8.4.spec b/mysql8.4.spec index aaac2ba..bd539fe 100644 --- a/mysql8.4.spec +++ b/mysql8.4.spec @@ -717,10 +717,10 @@ rm %{buildroot}%{_mandir}/man1/mysql_config.1* %if ! %{with client} rm %{buildroot}%{_bindir}/{mysql,mysql_config_editor,\ mysqladmin,mysqlbinlog,\ -mysqlcheck,mysqldump,mysqlimport,mysqlshow,mysqlslap,my_print_defaults} +mysqlcheck,mysqldump,mysqlimport,mysqlshow,mysqlslap} rm %{buildroot}%{_mandir}/man1/{mysql,mysql_config_editor,\ mysqladmin,mysqlbinlog,\ -mysqlcheck,mysqldump,mysqlimport,mysqlshow,mysqlslap,my_print_defaults}.1* +mysqlcheck,mysqldump,mysqlimport,mysqlshow,mysqlslap}.1* %endif %if %{with config}