import CS git mysql-8.4.11-1.el9
This commit is contained in:
parent
00f95f1b04
commit
45797ffdc2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/mysql-8.4.9.tar.gz
|
||||
SOURCES/mysql-8.4.11.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
e24591769c63e1317de79e6d2b25ebf81a3ae447 SOURCES/mysql-8.4.9.tar.gz
|
||||
e15e3d1e6b7ac8f548d76499f0ecb820c6f4df23 SOURCES/mysql-8.4.11.tar.gz
|
||||
|
||||
@ -2,7 +2,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global majorname mysql
|
||||
%global package_version 8.4.9
|
||||
%global package_version 8.4.11
|
||||
%global majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||
%global pkgnamepatch mysql
|
||||
|
||||
@ -21,7 +21,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.9
|
||||
%global last_tested_version 8.4.11
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
@ -1145,6 +1145,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 8.4.11-1
|
||||
- Rebase to 8.4.11
|
||||
|
||||
* Wed May 06 2026 Michal Schorm <mschorm@redhat.com> - 8.4.9-1
|
||||
- Rebase to 8.4.9
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user