|
|
@ -13,7 +13,7 @@
|
|
|
|
# The last version on which the full testsuite has been run
|
|
|
|
# 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
|
|
|
|
# In case of further rebuilds of that version, don't require full testsuite to be run
|
|
|
|
# run only "main" suite
|
|
|
|
# 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
|
|
|
|
# Set to 1 to force run the testsuite even if it was already tested in current version
|
|
|
|
%global force_run_testsuite 0
|
|
|
|
%global force_run_testsuite 0
|
|
|
|
# Aditional SELinux rules
|
|
|
|
# Aditional SELinux rules
|
|
|
@ -74,8 +74,8 @@
|
|
|
|
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mysql
|
|
|
|
Name: mysql
|
|
|
|
Version: 8.0.30
|
|
|
|
Version: 8.0.32
|
|
|
|
Release: 3%{?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
|
|
|
|
|
|
|
|
|
|
|
@ -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 -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
|
|
|
|
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}%{_libdir}/mysql/*.a
|
|
|
|
rm %{buildroot}%{_mandir}/man1/comp_err.1*
|
|
|
|
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_backup_lock_service.so
|
|
|
|
%{_libdir}/mysql/plugin/component_test_component_deinit.so
|
|
|
|
%{_libdir}/mysql/plugin/component_test_component_deinit.so
|
|
|
|
%{_libdir}/mysql/plugin/component_test_host_application_signal.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_current_thread_reader.so
|
|
|
|
%{_libdir}/mysql/plugin/component_test_mysql_runtime_error.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_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_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_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
|
|
|
@ -969,6 +972,7 @@ fi
|
|
|
|
%{_libdir}/mysql/plugin/qa_auth_server.so
|
|
|
|
%{_libdir}/mysql/plugin/qa_auth_server.so
|
|
|
|
%{_libdir}/mysql/plugin/replication_observers_example_plugin.so
|
|
|
|
%{_libdir}/mysql/plugin/replication_observers_example_plugin.so
|
|
|
|
%{_libdir}/mysql/plugin/test_security_context.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_host_application_signal.so
|
|
|
|
%{_libdir}/mysql/plugin/test_services_plugin_registry.so
|
|
|
|
%{_libdir}/mysql/plugin/test_services_plugin_registry.so
|
|
|
|
%{_libdir}/mysql/plugin/test_udf_services.so
|
|
|
|
%{_libdir}/mysql/plugin/test_udf_services.so
|
|
|
@ -976,6 +980,12 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 05 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.32-1
|
|
|
|
|
|
|
|
- Update to MySQL 8.0.32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Mon Sep 12 2022 Michal Schorm <mschorm@redhat.com> - 8.0.30-3
|
|
|
|
- Release bump for rebuild
|
|
|
|
- Release bump for rebuild
|
|
|
|
|
|
|
|
|
|
|
|