From 321dc0e0d4f170b70e54525aa907cde01c11d794 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 14 Jan 2022 12:06:04 +0100 Subject: [PATCH] Fix the RPM condition for when the client subpackage is not built -- Related: #2092370 --- mariadb.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mariadb.spec b/mariadb.spec index 9d86969..90388d6 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -1153,6 +1153,8 @@ rm %{buildroot}%{_mandir}/man1/msql2mysql.1* rm %{buildroot}%{_mandir}/man1/{mysql,mariadb}.1* rm %{buildroot}%{_mandir}/man1/mysql{access,admin,binlog,check,dump,_find_rows,import,_plugin,show,slap,_waitpid}.1* rm %{buildroot}%{_mandir}/man1/mariadb-{access,admin,binlog,check,dump,find-rows,import,plugin,show,slap,waitpid}.1* + +rm %{buildroot}%{_sysconfdir}/my.cnf.d/mysql-clients.cnf %endif %if %{without config}