From: Vladis Dronov <[email protected]>

Adjust FIPS module name in RHEL

This is the third part of a change adding FIPS module name to ARK and
a follow-up for these ARK commits:

5a44749f65b2 crypto: fips - make proc files report fips module name and version
4221aaa7fa3b Add new FIPS module name and version configs

It adds a small build-time adjustment the same way we have "%if 0%{?rhel}"
conditions for other things RHEL in kernel.spec.template.

Signed-off-by: Vladis Dronov <[email protected]>

diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100755
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -1526,6 +1526,13 @@ done
 %endif
 %endif
 
+# 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
+done
+%endif
+
 cp %{SOURCE81} .
 OPTS=""
 %if %{with_configchecks}

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2109
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to