Add riscv64 support
This commit is contained in:
commit
57316b88cd
@ -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
|
||||
|
||||
@ -1146,9 +1146,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue May 19 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 8.4.9-1.alma.1
|
||||
* Tue Aug 11 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 8.4.11-1.alma.1
|
||||
- Add riscv64 support
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-8.4.9.tar.gz) = bae8aba6ba921f96799063f6c10f9f02030276f802e74a8b80f2df34e56b0d4501a1c9a9f818529cb70ec700a8f11aedf7fa645fa5db8550f51291759e6a25ad
|
||||
SHA512 (mysql-8.4.11.tar.gz) = 56245b74e2ef45dcaaea76ff1db2c62e7ef24f3b05098ebb9785c93a04cdfdca36cc6fa69e0dd35f7be778ebeb46a831afa85647c9e9a9258bfeea7311013669
|
||||
|
||||
Loading…
Reference in New Issue
Block a user