From ede543499ed30a1bd7ae6b382efa439b4c4816d8 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 14 Jan 2022 09:39:30 +0100 Subject: [PATCH] Fix the RPM condition for when the test subpackage is not built but the embedded server subpackage is --- mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb.spec b/mariadb.spec index b3b4b27..4c99beb 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -1156,6 +1156,7 @@ polish,portuguese,romanian,russian,serbian,slovak,spanish,swedish,ukrainian,hind %if %{without test} %if %{with embedded} +rm %{buildroot}%{_bindir}/test-connect-t rm %{buildroot}%{_bindir}/{mysql_client_test_embedded,mysqltest_embedded} rm %{buildroot}%{_bindir}/{mariadb-client-test-embedded,mariadb-test-embedded} rm %{buildroot}%{_mandir}/man1/{mysql_client_test_embedded,mysqltest_embedded}.1*