From 0a7ef743dabb56710cbebf47206302941e7be968 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 May 2023 10:15:44 +0000 Subject: [PATCH] import mysql-8.0.32-1.el9_2 --- .gitignore | 2 +- .mysql.metadata | 2 +- SPECS/mysql.spec | 16 +++++++++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 60e7a12..1df3cb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-boost-8.0.30.tar.gz +SOURCES/mysql-boost-8.0.32.tar.gz diff --git a/.mysql.metadata b/.mysql.metadata index 9771b1f..86debba 100644 --- a/.mysql.metadata +++ b/.mysql.metadata @@ -1 +1 @@ -49ff9bc9d2030de79f3e56088ddfe1fa38f87f4a SOURCES/mysql-boost-8.0.30.tar.gz +973c4cf495bceaa8387f675e528010c2eed20e97 SOURCES/mysql-boost-8.0.32.tar.gz diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index 78a38f7..279085c 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -13,7 +13,7 @@ # 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.30 +%global last_tested_version 8.0.32 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 # Aditional SELinux rules @@ -74,8 +74,8 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql -Version: 8.0.30 -Release: 3%{?with_debug:.debug}%{?dist} +Version: 8.0.32 +Release: 1%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -537,6 +537,7 @@ install -p -m 755 %{_vpath_builddir}/scripts/mysql-check-socket %{buildroot}%{_l install -p -m 644 %{_vpath_builddir}/scripts/mysql-scripts-common %{buildroot}%{_libexecdir}/mysql-scripts-common install -D -p -m 0644 %{_vpath_builddir}/scripts/server.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf +rm %{buildroot}%{_infodir}/mysql.info* rm %{buildroot}%{_libdir}/mysql/*.a rm %{buildroot}%{_mandir}/man1/comp_err.1* @@ -906,12 +907,14 @@ fi %{_libdir}/mysql/plugin/component_test_backup_lock_service.so %{_libdir}/mysql/plugin/component_test_component_deinit.so %{_libdir}/mysql/plugin/component_test_host_application_signal.so +%{_libdir}/mysql/plugin/component_test_mysql_command_services.so %{_libdir}/mysql/plugin/component_test_mysql_current_thread_reader.so %{_libdir}/mysql/plugin/component_test_mysql_runtime_error.so %{_libdir}/mysql/plugin/component_test_mysql_system_variable_set.so %{_libdir}/mysql/plugin/component_test_pfs_notification.so %{_libdir}/mysql/plugin/component_test_pfs_resource_group.so %{_libdir}/mysql/plugin/component_test_sensitive_system_variables.so +%{_libdir}/mysql/plugin/component_test_status_var_reader.so %{_libdir}/mysql/plugin/component_test_status_var_service_int.so %{_libdir}/mysql/plugin/component_test_status_var_service_reg_only.so %{_libdir}/mysql/plugin/component_test_status_var_service.so @@ -969,6 +972,7 @@ fi %{_libdir}/mysql/plugin/qa_auth_server.so %{_libdir}/mysql/plugin/replication_observers_example_plugin.so %{_libdir}/mysql/plugin/test_security_context.so +%{_libdir}/mysql/plugin/test_services_command_services.so %{_libdir}/mysql/plugin/test_services_host_application_signal.so %{_libdir}/mysql/plugin/test_services_plugin_registry.so %{_libdir}/mysql/plugin/test_udf_services.so @@ -976,6 +980,12 @@ fi %endif %changelog +* Thu Jan 05 2023 Lars Tangvald - 8.0.32-1 +- Update to MySQL 8.0.32 + +* Fri Sep 30 2022 Lars Tangvald - 8.0.31-1 +- Update to MySQL 8.0.31 + * Mon Sep 12 2022 Michal Schorm - 8.0.30-3 - Release bump for rebuild