[1/2] Update to MySQL 8.0.29
-- Cherry-picked Fedora commit: eb442a3ce0eaea78ef54beca8bf54d2040e36d82 -- Resolves: #2083232 Related: #2117219
This commit is contained in:
parent
6ec4c43428
commit
d6b6c65604
@ -45,7 +45,7 @@
|
|||||||
# For deep debugging we need to build binaries with extra debug info
|
# For deep debugging we need to build binaries with extra debug info
|
||||||
%bcond_with debug
|
%bcond_with debug
|
||||||
|
|
||||||
%global boost_bundled_version 1.73.0
|
%global boost_bundled_version 1.77.0
|
||||||
|
|
||||||
# Include files for systemd
|
# Include files for systemd
|
||||||
%global daemon_name mysqld
|
%global daemon_name mysqld
|
||||||
@ -74,7 +74,7 @@
|
|||||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 8.0.28
|
Version: 8.0.29
|
||||||
Release: 1%{?with_debug:.debug}%{?dist}
|
Release: 1%{?with_debug:.debug}%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
@ -912,6 +912,7 @@ fi
|
|||||||
%{_libdir}/mysql/plugin/component_test_mysql_system_variable_set.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_notification.so
|
||||||
%{_libdir}/mysql/plugin/component_test_pfs_resource_group.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_service_int.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_reg_only.so
|
||||||
%{_libdir}/mysql/plugin/component_test_status_var_service.so
|
%{_libdir}/mysql/plugin/component_test_status_var_service.so
|
||||||
@ -976,6 +977,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 20 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.29-1
|
||||||
|
- Update to MySQL 8.0.29
|
||||||
|
|
||||||
* Wed Jan 05 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.28-1
|
* Wed Jan 05 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.28-1
|
||||||
- Update to MySQL 8.0.28
|
- Update to MySQL 8.0.28
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mysql-boost-8.0.28.tar.gz) = 4473678619a03a6c1349ce7330127f03d2da70b5b598375015abe871a0591171fc206f6e248b20085b46a0f465c52408bcadcb732ff72a737c012364d1e46297
|
SHA512 (mysql-boost-8.0.29.tar.gz) = fd67f306ef8be60b4010e34e8ccc2c26577256200c183d71149743eeb5c038fd72adde107bfee34abd7df318902db6f94646a482f9f29a8396a6d57014b81b8a
|
||||||
|
Loading…
Reference in New Issue
Block a user