Add riscv64 support
This commit is contained in:
commit
cceff990b2
@ -104,7 +104,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
Name: %{majorname}%{majorversion}
|
||||
Version: %{package_version}
|
||||
Release: 1%{?with_debug:.debug}%{?dist}.alma.1
|
||||
Release: 2%{?with_debug:.debug}%{?dist}.alma.1
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
|
||||
@ -1133,9 +1133,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Nov 25 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 8.4.7-1.alma.1
|
||||
* Thu Dec 11 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 8.4.7-2.alma.1
|
||||
- Add riscv64 support
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user