Fix CONFIG_CRYPTO_FIPS_NAME

This commit is contained in:
Andrew Lukoshko 2022-11-15 12:28:17 +00:00
parent 8caf109977
commit 81154610fa
1 changed files with 1 additions and 1 deletions

View File

@ -1444,7 +1444,7 @@ done
# Adjust FIPS module name for RHEL
%if 0%{?rhel}
for i in *.config; do
sed -i 's/CONFIG_CRYPTO_FIPS_NAME=.*/CONFIG_CRYPTO_FIPS_NAME="Red Hat Enterprise Linux %{rhel} - Kernel Cryptographic API"/' $i
sed -i 's/CONFIG_CRYPTO_FIPS_NAME=.*/CONFIG_CRYPTO_FIPS_NAME="AlmaLinux %{rhel} - Kernel Cryptographic API"/' $i
done
%endif