Added a note for future maintainers

This commit is contained in:
Michal Schorm 2023-04-19 14:23:38 +02:00
parent c9e3805684
commit fb442eb11a

View File

@ -220,6 +220,7 @@ install -D -p -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/my.cnf.d/client.cnf
%files test
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
# Note: The following shared library should be moved from libdir to some sub-directory. e.g. libdir/mariadb/connector-c/tests
%{_libdir}/libcctap.so
%endif