From 4e702e2ca3df5795bdceb4bcfe5a3b7db8f37a84 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 9 Jan 2025 12:02:07 +0100 Subject: [PATCH] Disable building of the unversioned meta-packages Resolves: RHEL-68750 --- mysql8.4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql8.4.spec b/mysql8.4.spec index effcda3..34d7ccc 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 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