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

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