diff --git a/community-mysql.spec b/community-mysql.spec index e2439dd..7236269 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -17,6 +17,10 @@ # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 +# Filtering: https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering +%global __requires_exclude ^perl\\((hostnames|lib::mtr|lib::v1|mtr_|My::) +%global __provides_exclude_from ^(%{_datadir}/(mysql|mysql-test)/.*|%{_libdir}/mysql/plugin/.*\\.so)$ + %global skiplist platform-specific-tests.list %global boost_bundled_version 1.77.0 @@ -204,10 +208,6 @@ Provides: mysql-compat-client%{?_isa} = %{sameevr} %{?with_conflicts:Conflicts: mariadb} -# Filtering: https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering -%global __requires_exclude ^perl\\((hostnames|lib::mtr|lib::v1|mtr_|My::) -%global __provides_exclude_from ^(%{_datadir}/(mysql|mysql-test)/.*|%{_libdir}/mysql/plugin/.*\\.so)$ - %description MySQL is a multi-user, multi-threaded SQL database server. MySQL is a client/server implementation consisting of a server daemon (mysqld)