Blame SOURCES/disable-not-in-good-shape-profiles.patch

30eaf1
From 746381a4070fc561651ad65ec0fe9610e8590781 Mon Sep 17 00:00:00 2001
30eaf1
From: Watson Sato <wsato@redhat.com>
30eaf1
Date: Mon, 6 Feb 2023 14:44:17 +0100
30eaf1
Subject: [PATCH] Disable profiles not in good shape
30eaf1
30eaf1
Patch-name: disable-not-in-good-shape-profiles.patch
30eaf1
Patch-id: 0
30eaf1
Patch-status: |
30eaf1
    Patch prevents cjis, rht-ccp and standard profiles in RHEL8 datastream
30eaf1
---
30eaf1
 products/rhel8/CMakeLists.txt            | 1 -
30eaf1
 products/rhel8/profiles/cjis.profile     | 2 +-
30eaf1
 products/rhel8/profiles/rht-ccp.profile  | 2 +-
30eaf1
 products/rhel8/profiles/standard.profile | 2 +-
30eaf1
 4 files changed, 3 insertions(+), 4 deletions(-)
30eaf1
62ebbd
diff --git a/products/rhel8/CMakeLists.txt b/products/rhel8/CMakeLists.txt
30eaf1
index 9c044b68ab..8f6ca03de8 100644
889f2b
--- a/products/rhel8/CMakeLists.txt
889f2b
+++ b/products/rhel8/CMakeLists.txt
30eaf1
@@ -10,7 +10,6 @@ ssg_build_product(${PRODUCT})
62ebbd
 ssg_build_html_ref_tables("${PRODUCT}" "table-${PRODUCT}-{ref_id}refs" "anssi;cis;cui;nist;pcidss")
1002d6
 
62ebbd
 ssg_build_html_profile_table("table-${PRODUCT}-nistrefs-ospp" "${PRODUCT}" "ospp" "nist")
62ebbd
-ssg_build_html_profile_table("table-${PRODUCT}-nistrefs-standard" "${PRODUCT}" "standard" "nist")
62ebbd
 ssg_build_html_profile_table("table-${PRODUCT}-nistrefs-stig" "${PRODUCT}" "stig" "nist")
1002d6
 
62ebbd
 ssg_build_html_profile_table("table-${PRODUCT}-anssirefs-bp28_minimal" "${PRODUCT}" "anssi_bp28_minimal" "anssi")
30eaf1
diff --git a/products/rhel8/profiles/cjis.profile b/products/rhel8/profiles/cjis.profile
30eaf1
index 22ae5aac72..f60b65bc06 100644
889f2b
--- a/products/rhel8/profiles/cjis.profile
889f2b
+++ b/products/rhel8/profiles/cjis.profile
1002d6
@@ -1,4 +1,4 @@
1002d6
-documentation_complete: true
1002d6
+documentation_complete: false
1002d6
 
b5e178
 metadata:
b5e178
     version: 5.4
30eaf1
diff --git a/products/rhel8/profiles/rht-ccp.profile b/products/rhel8/profiles/rht-ccp.profile
30eaf1
index b192461f95..ae1e7d5a15 100644
889f2b
--- a/products/rhel8/profiles/rht-ccp.profile
889f2b
+++ b/products/rhel8/profiles/rht-ccp.profile
1002d6
@@ -1,4 +1,4 @@
1002d6
-documentation_complete: true
1002d6
+documentation_complete: false
1002d6
 
1002d6
 title: 'Red Hat Corporate Profile for Certified Cloud Providers (RH CCP)'
1002d6
 
30eaf1
diff --git a/products/rhel8/profiles/standard.profile b/products/rhel8/profiles/standard.profile
30eaf1
index a63ae2cf32..da669bb843 100644
889f2b
--- a/products/rhel8/profiles/standard.profile
889f2b
+++ b/products/rhel8/profiles/standard.profile
1002d6
@@ -1,4 +1,4 @@
1002d6
-documentation_complete: true
1002d6
+documentation_complete: false
1002d6
 
1002d6
 title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
1002d6
 
1002d6
-- 
30eaf1
2.39.1
1002d6