Update to MySQL 8.0.33
Resolves: RHEL-22454 Resolves: RHEL-22451
This commit is contained in:
parent
fd0c02dbdb
commit
f53b2ef27a
@ -74,7 +74,7 @@
|
||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
Name: mysql
|
||||
Version: 8.0.32
|
||||
Version: 8.0.33
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
@ -537,7 +537,6 @@ 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*
|
||||
|
||||
@ -911,9 +910,11 @@ fi
|
||||
%{_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_mysql_thd_store_service.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_server_telemetry_traces.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
|
||||
@ -980,6 +981,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 12 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.33-1
|
||||
- Update to MySQL 8.0.33
|
||||
|
||||
* Thu Jan 05 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.32-1
|
||||
- Update to MySQL 8.0.32
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-boost-8.0.32.tar.gz) = 937e0d0350cb583bb4de15b080f08ed92b253a6d7c09f13a028855dae154fc84f0c95fb082b818b2fa6fa792cd2d9db8d7dc7a20a2a0d3d2b6839fbd2c821b44
|
||||
SHA512 (mysql-boost-8.0.33.tar.gz) = 47f76819004c7c545d1b0b6b6646d8816899976f92d35c5564b1255b144b597ff7d3e674c721a45bcbb13cc0da3f4474fb29221c0e21d2ff91a1892cd42c636c
|
||||
|
Loading…
Reference in New Issue
Block a user