Skip to content

Commit 95ecdf2

Browse files
committed
kernel.spec: Remove FIPS config tweak
1 parent 68ab9b1 commit 95ecdf2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ciq/SPECS/kernel.spec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,14 +2023,6 @@ done
20232023
# signkernel signmodules
20242024
%endif
20252025

2026-
# Adjust FIPS module name for RHEL
2027-
%if 0%{?rhel}
2028-
%{log_msg "Adjust FIPS module name for RHEL"}
2029-
for i in *.config; do
2030-
sed -i 's/CONFIG_CRYPTO_FIPS_NAME=.*/CONFIG_CRYPTO_FIPS_NAME="Red Hat Enterprise Linux %{rhel} - Kernel Cryptographic API"/' $i
2031-
done
2032-
%endif
2033-
20342026
%{log_msg "Set process_configs.sh $OPTS"}
20352027
cp %{SOURCE81} .
20362028
OPTS=""

0 commit comments

Comments
 (0)