Update the hardening values for AArch64

This commit is contained in:
Vít Ondruch 2024-10-25 14:20:44 +02:00
commit e04500f716

View file

@ -971,7 +971,7 @@ sed -i 's/^/%lang(ja) /' .ruby-doc.ja
# Check Ruby hardening.
%define fortification_x86_64 fortified="12" fortify-able="29"
%define fortification_i686 fortified="10" fortify-able="26"
%define fortification_aarch64 fortified="10" fortify-able="26"
%define fortification_aarch64 fortified="12" fortify-able="29"
%define fortification_ppc64le fortified="7" fortify-able="24"
%define fortification_s390x fortified="10" fortify-able="24"
%define fortification_riscv64 fortified="10" fortify-able="26"