Rebase to 8.4.4
This commit is contained in:
parent
f6f712cf38
commit
40f7f0ffd2
@ -2,7 +2,7 @@ ExcludeArch: %{ix86}
|
|||||||
|
|
||||||
# Name of the package without any prefixes
|
# Name of the package without any prefixes
|
||||||
%global majorname mysql
|
%global majorname mysql
|
||||||
%global package_version 8.4.3
|
%global package_version 8.4.4
|
||||||
%define majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
%define majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||||
%global pkgnamepatch mysql
|
%global pkgnamepatch mysql
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ ExcludeArch: %{ix86}
|
|||||||
# 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.4.3
|
%global last_tested_version 8.4.4
|
||||||
# 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
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ ExcludeArch: %{ix86}
|
|||||||
|
|
||||||
Name: %{majorname}
|
Name: %{majorname}
|
||||||
Version: %{package_version}
|
Version: %{package_version}
|
||||||
Release: 2%{?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
|
||||||
|
|
||||||
@ -1142,6 +1142,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 23 2025 Michal Schorm <mschorm@redhat.com> - 8.4.4-1
|
||||||
|
- Rebase to 8.4.4
|
||||||
|
|
||||||
* Thu Jan 09 2025 Michal Schorm <mschorm@redhat.com> - 8.4.3-1
|
* Thu Jan 09 2025 Michal Schorm <mschorm@redhat.com> - 8.4.3-1
|
||||||
- Rebase to 8.4.3
|
- Rebase to 8.4.3
|
||||||
|
|
||||||
|
@ -34,4 +34,4 @@ perfschema.transaction_nested_events : BUG#0
|
|||||||
rpl_gtid.rpl_perfschema_applier_status_by_worker_gtid_skipped_transaction_mts : BUG#0
|
rpl_gtid.rpl_perfschema_applier_status_by_worker_gtid_skipped_transaction_mts : BUG#0
|
||||||
|
|
||||||
# Fails since 2025
|
# Fails since 2025
|
||||||
main.timezone : BUG#0
|
main.time_zone : BUG#0
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mysql-8.4.3.tar.gz) = 4012e1bedfaefe0f5440530da3f62fcd1df370ae466b009899452be2d59b1a89458353f0b4b5f964cdae43cb8b42e9620e0ac80ac3fe9c85745f963b72578672
|
SHA512 (mysql-8.4.4.tar.gz) = 21f4d8162f57f63a589e3e5e140f89a8cc61f4c55a77dce4601e76192eb3d3fbeaf3bfb78f91345c517ad36bf4267f33202693cfc24812841c517a24fffcfd12
|
||||||
|
Loading…
Reference in New Issue
Block a user