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

d10e36
From 48e959ebf2b892fefa642f19bc8cc1d2d639fb29 Mon Sep 17 00:00:00 2001
d10e36
From: Watson Sato <wsato@redhat.com>
d10e36
Date: Thu, 3 Dec 2020 14:35:47 +0100
d10e36
Subject: [PATCH] Disable profiles that are not in good shape for RHEL8
44eea6
44eea6
---
d10e36
 rhel8/CMakeLists.txt                           | 6 ------
d10e36
 rhel8/profiles/cjis.profile                    | 2 +-
d10e36
 rhel8/profiles/ism_o.profile                   | 2 +-
d10e36
 rhel8/profiles/rhelh-stig.profile              | 2 +-
d10e36
 rhel8/profiles/rhelh-vpp.profile               | 2 +-
d10e36
 rhel8/profiles/rht-ccp.profile                 | 2 +-
d10e36
 rhel8/profiles/standard.profile                | 2 +-
d10e36
 11 files changed, 10 insertions(+), 16 deletions(-)
44eea6
44eea6
diff --git a/rhel8/CMakeLists.txt b/rhel8/CMakeLists.txt
d10e36
index d61689c97..5e444a101 100644
44eea6
--- a/rhel8/CMakeLists.txt
44eea6
+++ b/rhel8/CMakeLists.txt
a8c580
@@ -14,8 +14,7 @@ ssg_build_html_table_by_ref(${PRODUCT} "cis")
44eea6
 ssg_build_html_table_by_ref(${PRODUCT} "pcidss")
44eea6
 ssg_build_html_table_by_ref(${PRODUCT} "anssi")
44eea6
 
44eea6
-ssg_build_html_nistrefs_table(${PRODUCT} "standard")
44eea6
 ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
dac76a
 ssg_build_html_nistrefs_table(${PRODUCT} "stig")
44eea6
 
d10e36
 ssg_build_html_anssirefs_table(${PRODUCT} "bp28_minimal")
44eea6
diff --git a/rhel8/profiles/cjis.profile b/rhel8/profiles/cjis.profile
d10e36
index 035d2705b..c6475f33e 100644
44eea6
--- a/rhel8/profiles/cjis.profile
44eea6
+++ b/rhel8/profiles/cjis.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
d10e36
 metadata:
d10e36
     version: 5.4
fe0dde
diff --git a/rhel8/profiles/ism_o.profile b/rhel8/profiles/ism_o.profile
d10e36
index a3c427c01..4605dea3b 100644
fe0dde
--- a/rhel8/profiles/ism_o.profile
fe0dde
+++ b/rhel8/profiles/ism_o.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
d10e36
 metadata:
d10e36
     SMEs:
dac76a
diff --git a/rhel8/profiles/rhelh-stig.profile b/rhel8/profiles/rhelh-stig.profile
d10e36
index 1efca5f44..c3d0b0964 100644
dac76a
--- a/rhel8/profiles/rhelh-stig.profile
dac76a
+++ b/rhel8/profiles/rhelh-stig.profile
dac76a
@@ -1,4 +1,4 @@
dac76a
-documentation_complete: true
dac76a
+documentation_complete: false
dac76a
 
dac76a
 title: '[DRAFT] DISA STIG for Red Hat Enterprise Linux Virtualization Host (RHELH)'
dac76a
 
dac76a
diff --git a/rhel8/profiles/rhelh-vpp.profile b/rhel8/profiles/rhelh-vpp.profile
d10e36
index 2baee6d66..8592d7aaf 100644
dac76a
--- a/rhel8/profiles/rhelh-vpp.profile
dac76a
+++ b/rhel8/profiles/rhelh-vpp.profile
dac76a
@@ -1,4 +1,4 @@
dac76a
-documentation_complete: true
dac76a
+documentation_complete: false
dac76a
 
dac76a
 title: 'VPP - Protection Profile for Virtualization v. 1.0 for Red Hat Enterprise Linux Hypervisor (RHELH)'
dac76a
 
44eea6
diff --git a/rhel8/profiles/rht-ccp.profile b/rhel8/profiles/rht-ccp.profile
d10e36
index c84579592..164ec98c4 100644
44eea6
--- a/rhel8/profiles/rht-ccp.profile
44eea6
+++ b/rhel8/profiles/rht-ccp.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
44eea6
 title: 'Red Hat Corporate Profile for Certified Cloud Providers (RH CCP)'
44eea6
 
44eea6
diff --git a/rhel8/profiles/standard.profile b/rhel8/profiles/standard.profile
d10e36
index a63ae2cf3..da669bb84 100644
44eea6
--- a/rhel8/profiles/standard.profile
44eea6
+++ b/rhel8/profiles/standard.profile
44eea6
@@ -1,4 +1,4 @@
44eea6
-documentation_complete: true
44eea6
+documentation_complete: false
44eea6
 
44eea6
 title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
44eea6
 
44eea6
-- 
fe0dde
2.26.2
44eea6