import UBI mysql8.4-8.4.8-1.el10_1
This commit is contained in:
parent
1e63f43fbd
commit
5bcadda088
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
mysql-8.4.7.tar.gz
|
||||
mysql-8.4.8.tar.gz
|
||||
|
||||
@ -2,7 +2,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
|
||||
%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.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,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jan 23 2026 Michal Schorm <mschorm@redhat.com> - 8.4.8-1
|
||||
- Rebase to 8.4.8
|
||||
|
||||
* Tue Dec 09 2025 Veronika Doubkova <vdoubkov@redhat.com> - 8.4.7-2
|
||||
- Skip tests that are failing on Konflux
|
||||
- Resolves: ROK-831
|
||||
|
||||
* Thu Oct 30 2025 Pavol Sloboda <psloboda@redhat.com> - 8.4.7-1
|
||||
- Rebase to 8.4.7
|
||||
|
||||
|
||||
@ -32,3 +32,8 @@ main.subquery_sj_mat_bka_nobnl : BUG#0
|
||||
gis.spatial_analysis_functions_centroid : BUG#0
|
||||
perfschema.transaction_nested_events : BUG#0
|
||||
rpl_gtid.rpl_perfschema_applier_status_by_worker_gtid_skipped_transaction_mts : BUG#0
|
||||
|
||||
# Failing on Konflux
|
||||
main.basedir : BUG#0
|
||||
main.grant_user_lock : BUG#0
|
||||
main.loaddata_special : BUG#0
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-8.4.7.tar.gz) = d9596395b176490d5e58be307c2f82f55c9acd3206c1ba29bdb8c96c67438bbe5594621f601161ccb77f56c8262d00255ab6fd8aa62db61c80a1721e3d4e45a2
|
||||
SHA512 (mysql-8.4.8.tar.gz) = 4e95db1a1c2bf99240d846e690784616b15fb3137b4512072ad71a40911c5bb72c0b0354cc588aab7cd5d396e1d1c709a63d9cd09ae664d8fe6ed0f7683e4cf6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user