Blame SOURCES/sapconf-remove-unnecessary-installed-package-groups.patch

e4ef47
From 67a81234bdb202454f2176de46198daa070031e5 Mon Sep 17 00:00:00 2001
e4ef47
From: Jan Grulich <jgrulich@redhat.com>
e4ef47
Date: Thu, 2 Apr 2015 16:35:05 +0200
e4ef47
Subject: [PATCH 4/6] Remove unnecessary installed package groups BUG:1193983
e4ef47
e4ef47
---
e4ef47
 sapconf | 2 +-
e4ef47
 1 file changed, 1 insertion(+), 1 deletion(-)
e4ef47
e4ef47
diff --git a/sapconf b/sapconf
e4ef47
index 9ffc8fa..5bd8dcd 100644
e4ef47
--- a/sapconf
e4ef47
+++ b/sapconf
e4ef47
@@ -95,7 +95,7 @@ EXEC_SHIELD_REQ=0
e4ef47
 
e4ef47
 # Define required RPMs
e4ef47
 # RPMS contains rpms recommended by SAP Note
e4ef47
-RPMS="@compat-libraries @debugging @directory-client @hardware-monitoring @large-systems @network-file-system-client @perl-runtime @storage-client-multipath @x11 uuidd tuned-profiles-sap"
e4ef47
+RPMS="@compat-libraries @large-systems @network-file-system-client @performance uuidd tuned-profiles-sap"
e4ef47
 # VIRTRPMS is a variable used by function virtrpms and check_rpms. In virtrpms the rpms that are required by SAP on virtual guests will be set in VIRTRPMS, and installed by check_rpms.  Currently vm-dump-metrics is installed on KVM/RHEV based guests. XEN and VMware are not implemented.
e4ef47
 VIRTRPMS=""
e4ef47
 
e4ef47
-- 
e4ef47
2.1.0
e4ef47