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

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