Disable building of the unversioned meta-packages

Resolves: RHEL-68750
This commit is contained in:
Michal Schorm 2025-01-09 12:02:07 +01:00
parent 7765a3bfe0
commit 4e702e2ca3

View File

@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
# Set if this package will be the default one in distribution
%{!?mysql_default:%global mysql_default 1}
%{!?mysql_default:%global mysql_default 0}
# 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