Skip to content

Commit a15a131

Browse files
committed
Delete unwanted test plugins from docker rpm
(cherry picked from commit b9a2d31674774c938f18f660fa733ce7537758b6)
1 parent 3ec98a3 commit a15a131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packaging/rpm-docker/mysql.spec.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,13 @@ done
190190
# Remove test plugins
191191
for p in auth.so auth_test_plugin.so daemon_example.ini libdaemon_example.so qa_auth_client.so \
192192
qa_auth_interface.so qa_auth_server.so replication_observers_example_plugin.so ha_example.so \
193-
libtest_framework.so libtest_services.so libtest_services_threaded.so \
194193
test_security_context.so ; do
195194
rm -f %{buildroot}%{_libdir}/mysql/plugin/$p
196195
done
197196

197+
rm -f %{buildroot}%{_libdir}/mysql/plugin/libtest_*.so
198+
rm -f %{buildroot}%{_libdir}/pkgconfig/mysqlclient.pc
199+
198200
# No need for these scripts
199201
rm -f %{buildroot}%{_datadir}/mysql/{mysql.server,mysqld_multi.server,my-*.cnf,mysql-log-rotate}
200202

0 commit comments

Comments
 (0)