SPECfile cleanup - move general code block to a more logical place

This commit is contained in:
Michal Schorm 2023-11-30 14:06:12 +01:00 committed by Lukas Javorsky
parent 8a077c3962
commit 9d579e10f2

View File

@ -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)