import OL mysql-8.4.8-1.module+el8.10.0+90860+a2709779

This commit is contained in:
eabdullin 2026-04-03 07:42:04 +00:00
parent 25cd746ac1
commit f2c519f237
8 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/mysql-8.4.7.tar.gz
SOURCES/mysql-8.4.8.tar.gz

View File

@ -1 +1 @@
0e7edc54b94d202559f31ea4da5ab829e384bec8 SOURCES/mysql-8.4.7.tar.gz
c5f62e6f4dce6371c4c17f450e4a3334e359b47d SOURCES/mysql-8.4.8.tar.gz

0
SOURCES/mysql-check-socket.sh Normal file → Executable file
View File

0
SOURCES/mysql-prepare-db-dir.sh Normal file → Executable file
View File

0
SOURCES/mysql-scripts-common.sh Normal file → Executable file
View File

0
SOURCES/mysql-wait-stop.sh Normal file → Executable file
View File

0
SOURCES/mysql_config_multilib.sh Normal file → Executable file
View File

View File

@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
# Name of the package without any prefixes
%global majorname mysql
%global package_version 8.4.7
%global package_version 8.4.8
%define 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.7
%global last_tested_version 8.4.8
# Set to 1 to force run the testsuite even if it was already tested in current version
%global force_run_testsuite 0
@ -1133,6 +1133,9 @@ popd
%endif
%changelog
* Fri Jan 23 2026 Michal Schorm <mschorm@redhat.com> - 8.4.8-1
- Rebase to 8.4.8
* Thu Oct 30 2025 Pavol Sloboda <psloboda@redhat.com> - 8.4.7-1
- Rebase to 8.4.7