import CS git mysql-8.4.9-1.el8
This commit is contained in:
parent
f2c519f237
commit
cf2d0e0dde
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/mysql-8.4.8.tar.gz
|
||||
SOURCES/mysql-8.4.9.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
c5f62e6f4dce6371c4c17f450e4a3334e359b47d SOURCES/mysql-8.4.8.tar.gz
|
||||
e24591769c63e1317de79e6d2b25ebf81a3ae447 SOURCES/mysql-8.4.9.tar.gz
|
||||
|
||||
0
SOURCES/mysql-check-socket.sh
Executable file → Normal file
0
SOURCES/mysql-check-socket.sh
Executable file → Normal file
0
SOURCES/mysql-prepare-db-dir.sh
Executable file → Normal file
0
SOURCES/mysql-prepare-db-dir.sh
Executable file → Normal file
0
SOURCES/mysql-scripts-common.sh
Executable file → Normal file
0
SOURCES/mysql-scripts-common.sh
Executable file → Normal file
0
SOURCES/mysql-wait-stop.sh
Executable file → Normal file
0
SOURCES/mysql-wait-stop.sh
Executable file → Normal file
0
SOURCES/mysql_config_multilib.sh
Executable file → Normal file
0
SOURCES/mysql_config_multilib.sh
Executable file → Normal file
@ -3,8 +3,8 @@ ExcludeArch: %{ix86}
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global majorname mysql
|
||||
%global package_version 8.4.8
|
||||
%define majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||
%global package_version 8.4.9
|
||||
%global majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||
%global pkgnamepatch mysql
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ ExcludeArch: %{ix86}
|
||||
# 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.4.8
|
||||
%global last_tested_version 8.4.9
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
@ -1062,6 +1062,8 @@ popd
|
||||
%{_libdir}/mysql/plugin/component_test_sensitive_system_variables.so
|
||||
%{_libdir}/mysql/plugin/component_test_server_telemetry_metrics.so
|
||||
%{_libdir}/mysql/plugin/component_test_server_telemetry_traces.so
|
||||
%{_libdir}/mysql/plugin/component_test_server_telemetry_logs_client.so
|
||||
%{_libdir}/mysql/plugin/component_test_server_telemetry_logs_export.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
|
||||
@ -1133,6 +1135,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2026 Michal Schorm <mschorm@redhat.com> - 8.4.9-1
|
||||
- Rebase to 8.4.9
|
||||
|
||||
* Fri Jan 23 2026 Michal Schorm <mschorm@redhat.com> - 8.4.8-1
|
||||
- Rebase to 8.4.8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user