We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ab9b1 commit 95ecdf2Copy full SHA for 95ecdf2
ciq/SPECS/kernel.spec
@@ -2023,14 +2023,6 @@ done
2023
# signkernel signmodules
2024
%endif
2025
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
-
2034
%{log_msg "Set process_configs.sh $OPTS"}
2035
cp %{SOURCE81} .
2036
OPTS=""
0 commit comments