From b41c2f81e88a1c287c007e95ed4f330417d9d56f Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 24 Jul 2024 08:06:35 +0200 Subject: [PATCH] Make 'mysql8.4' the distribution default --- mysql8.4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql8.4.spec b/mysql8.4.spec index e008b01..0b538ff 100644 --- a/mysql8.4.spec +++ b/mysql8.4.spec @@ -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