From 81154610fa5d740118d58b019881f57e22b6dbd9 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 15 Nov 2022 12:28:17 +0000 Subject: [PATCH] Fix CONFIG_CRYPTO_FIPS_NAME --- SPECS/kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 8b7386b..c399f7a 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -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