Use el8 for all arches except riscv

This commit is contained in:
eabdullin 2025-11-25 11:04:11 +03:00
parent bf904f0c2b
commit c265baadde

View File

@ -395,8 +395,12 @@
%endif
%if 0%{?almalinux}
%ifarch riscv64
%global portablesuffix el10
%endif
%else
%global portablesuffix el9
%endif
%endif
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
%if %is_system_jdk
@ -2557,7 +2561,7 @@ exit 0
%changelog
* Mon Nov 24 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:25.0.1.0.8-2.alma.1
- Use el10 portable packages
- Use el9 portable packages
* Wed Nov 12 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-2
- Remove superfluous backslashes that cause two alternative commands to be combined