parent
4de312daf5
commit
88d285f545
12
mysql.spec
12
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.31
|
||||
# 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.31
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
|
||||
@ -906,12 +906,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 +971,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 +979,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.31-1
|
||||
- Update to MySQL 8.0.31
|
||||
|
||||
* Mon Sep 12 2022 Michal Schorm <mschorm@redhat.com> - 8.0.30-3
|
||||
- Release bump for rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-boost-8.0.30.tar.gz) = 03cf3f97c9ddac949311f201f0a2c8f46a9785e518b6671fac927df1c05e2bf30edac3ac0316d91e99bb3da04ce2866e1e47394ee6eb2ca8f43bbbd38ab4247a
|
||||
SHA512 (mysql-boost-8.0.31.tar.gz) = 87b1678de8c2fd640fd6f3ae58266ea63fe240578330e3296d0e5fc209bbe9b0c22996214b6ca4cce8c0d9cc2f9897f4e6723d835b33fc4342983c82929c3d96
|
||||
|
Loading…
Reference in New Issue
Block a user