27 lines
860 B
Diff
27 lines
860 B
Diff
|
From cdb131f0b1282f833b697ef4cb4eb934ca2e9966 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= <matyc@redhat.com>
|
||
|
Date: Mon, 17 Jul 2023 15:27:24 +0200
|
||
|
Subject: [PATCH] Remove obsolete mapping of packages-groups
|
||
|
|
||
|
---
|
||
|
org_fedora_oscap/rule_handling.py | 6 ------
|
||
|
1 file changed, 6 deletions(-)
|
||
|
|
||
|
diff --git a/org_fedora_oscap/rule_handling.py b/org_fedora_oscap/rule_handling.py
|
||
|
index 635446e..7e2077c 100644
|
||
|
--- a/org_fedora_oscap/rule_handling.py
|
||
|
+++ b/org_fedora_oscap/rule_handling.py
|
||
|
@@ -59,12 +59,6 @@
|
||
|
"env": ["graphical-server-environment", "workstation-product-environment"],
|
||
|
"groups": ["workstation-product-environment"],
|
||
|
},
|
||
|
- "tftp": {
|
||
|
- "groups": ["network-server"],
|
||
|
- },
|
||
|
- "abrt": {
|
||
|
- "groups": ["debugging"],
|
||
|
- },
|
||
|
"gssproxy": {
|
||
|
"groups": ["file-server"],
|
||
|
},
|