Make 'mysql8.4' the distribution default

This commit is contained in:
Michal Schorm 2024-07-24 08:06:35 +02:00
parent 77ed2ab2e2
commit b41c2f81e8

View File

@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
# Set if this package will be the default one in distribution
%{!?mysql_default:%global mysql_default 0}
%{!?mysql_default:%global mysql_default 1}
# Regression tests may take a long time (many cores recommended), skip them by
# passing --nocheck to rpmbuild or by setting runselftest to 0 if defining