From 82d2db8e803c2865c5aea1c0abef75a3dd8c5f1c Mon Sep 17 00:00:00 2001 From: Michal Reznik Date: Fri, 21 Jun 2024 12:02:16 +0200 Subject: [PATCH 65/92] Revert "Add RHEL 7 for SAP ELS to the RHUI config (#1254)" This reverts commit 4ba0ec3d51126cdff31b47f96312d7c6c0d138ad. It turned out this change is not needed at the end. --- repos/system_upgrade/common/libraries/rhui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/system_upgrade/common/libraries/rhui.py b/repos/system_upgrade/common/libraries/rhui.py index b2b906c3..86f74084 100644 --- a/repos/system_upgrade/common/libraries/rhui.py +++ b/repos/system_upgrade/common/libraries/rhui.py @@ -319,7 +319,6 @@ RHUI_SETUPS = { ], RHUIFamily(RHUIProvider.GOOGLE, variant=RHUIVariant.SAP, client_files_folder='google-sap'): [ mk_rhui_setup(clients={'google-rhui-client-rhel79-sap'}, os_version='7', content_channel=ContentChannel.E4S), - mk_rhui_setup(clients={'google-rhui-client-rhel7-sap-els'}, os_version='7'), mk_rhui_setup(clients={'google-rhui-client-rhel8-sap'}, leapp_pkg='leapp-rhui-google-sap', mandatory_files=[('leapp-google-sap.repo', YUM_REPOS_PATH)], files_supporting_client_operation=['leapp-google-sap.repo'], -- 2.42.0