Blame SOURCES/hide-profiles-not-in-good-shape-for-RHEL.patch

4647e3
From e0f62e3828b9deda102f247b3789f68aeb4e518d Mon Sep 17 00:00:00 2001
4647e3
From: Marcus Burghardt <maburgha@redhat.com>
4647e3
Date: Fri, 16 Feb 2024 12:07:36 +0100
4647e3
Subject: [PATCH] Hide profiles not in good shape for RHEL
4647e3
4647e3
There are some profiles introduced long time ago but no longer
4647e3
maintained. For compatibility purposes they are not removed from
4647e3
datastream but are now hidden for RHEL8 to prevent people from
4647e3
using them.
4647e3
---
4647e3
 products/rhel8/profiles/cjis.profile     | 2 ++
4647e3
 products/rhel8/profiles/rht-ccp.profile  | 2 ++
4647e3
 products/rhel8/profiles/standard.profile | 2 ++
4647e3
 3 files changed, 6 insertions(+)
4647e3
4647e3
diff --git a/products/rhel8/profiles/cjis.profile b/products/rhel8/profiles/cjis.profile
4647e3
index 30843b692e..c44c63516f 100644
4647e3
--- a/products/rhel8/profiles/cjis.profile
4647e3
+++ b/products/rhel8/profiles/cjis.profile
4647e3
@@ -1,5 +1,7 @@
4647e3
 documentation_complete: true
4647e3
 
4647e3
+hidden: true
4647e3
+
4647e3
 metadata:
4647e3
     version: 5.4
4647e3
     SMEs:
4647e3
diff --git a/products/rhel8/profiles/rht-ccp.profile b/products/rhel8/profiles/rht-ccp.profile
4647e3
index 01133a9bde..3f6cb751c9 100644
4647e3
--- a/products/rhel8/profiles/rht-ccp.profile
4647e3
+++ b/products/rhel8/profiles/rht-ccp.profile
4647e3
@@ -1,5 +1,7 @@
4647e3
 documentation_complete: true
4647e3
 
4647e3
+hidden: true
4647e3
+
4647e3
 title: 'Red Hat Corporate Profile for Certified Cloud Providers (RH CCP)'
4647e3
 
4647e3
 description: |-
4647e3
diff --git a/products/rhel8/profiles/standard.profile b/products/rhel8/profiles/standard.profile
4647e3
index 11d72da2d9..79b491113a 100644
4647e3
--- a/products/rhel8/profiles/standard.profile
4647e3
+++ b/products/rhel8/profiles/standard.profile
4647e3
@@ -1,5 +1,7 @@
4647e3
 documentation_complete: true
4647e3
 
4647e3
+hidden: true
4647e3
+
4647e3
 title: 'Standard System Security Profile for Red Hat Enterprise Linux 8'
4647e3
 
4647e3
 description: |-
4647e3
-- 
4647e3
2.43.1
4647e3