From ca610f0c4d83785f28b258209540d30e101acb52 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 15 Nov 2022 12:24:19 +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 1088667..0b7ad9f 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -1441,7 +1441,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