From a63b87f8740762b8912dec6d0d75a7434ac6d968 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 15 Jun 2026 04:31:12 -0400 Subject: [PATCH] import CS git mysql-8.0.46-1.el8 --- .gitignore | 2 +- .mysql.metadata | 2 +- SOURCES/rh-skipped-tests-list-base.list | 6 ++++++ SPECS/mysql.spec | 8 ++++++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 38920e2..dfef256 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-boost-8.0.45.tar.gz +SOURCES/mysql-boost-8.0.46.tar.gz diff --git a/.mysql.metadata b/.mysql.metadata index 640fe57..479e404 100644 --- a/.mysql.metadata +++ b/.mysql.metadata @@ -1 +1 @@ -7717b8f6814072160cac2cb3b836045c5ef2ca7f SOURCES/mysql-boost-8.0.45.tar.gz +5371ffebb8921f00392f98b0b301550e9853b61e SOURCES/mysql-boost-8.0.46.tar.gz diff --git a/SOURCES/rh-skipped-tests-list-base.list b/SOURCES/rh-skipped-tests-list-base.list index 3588a84..8fc9bd8 100644 --- a/SOURCES/rh-skipped-tests-list-base.list +++ b/SOURCES/rh-skipped-tests-list-base.list @@ -58,3 +58,9 @@ clone.remote_dml_auto_tune : BUG#0 # unstable sys_vars.myisam_data_pointer_size_func : BUG#0 # unstable main.mysql_client_test : BUG#0 # unstable innodb_undo.undo_settings : BUG#0 # unstable + +# Failing since MySQL 8.0.46 +auth_sec.atomic_rename_user : BUG#0 +main.grant_user_lock : BUG#0 +main.loaddata_special : BUG#0 +x.resource_groups : BUG#0 diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index da09f84..7d2904c 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -19,7 +19,7 @@ ExcludeArch: %{ix86} # The last version on which the full testsuite has been run # In case of further rebuilds of that version, don't require full testsuite to be run # run only "main" suite -%global last_tested_version 8.0.45 +%global last_tested_version 8.0.46 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 @@ -147,7 +147,7 @@ ExcludeArch: %{ix86} %endif Name: %{?scl_prefix}mysql -Version: 8.0.45 +Version: 8.0.46 Release: 1%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -1209,6 +1209,10 @@ fi %endif %changelog + +* Wed Apr 22 2026 Michal Schorm - 8.0.46-1 +- Rebase to 8.0.46 + * Fri Jan 23 2026 Michal Schorm - 8.0.45-1 - Rebase to 8.0.45