From 0b02fefc9bc9f79e3473e14ef3552602506205f0 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 -- Related: #2092370 --- mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb.spec b/mariadb.spec index e969cc8..b696ff5 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -1172,6 +1172,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*