From bf815a8ea41f16c1c457a4d1edcd591e20790f78 Mon Sep 17 00:00:00 2001 From: Ioannis Bonatakis Date: Mon, 4 Sep 2023 08:15:58 +0200 Subject: [PATCH] [HPC] Exclude python2 modules from 15sp6 autoyast We had fixed this for the other installations which use yaml profiles. that should be the only one which need to get updated. Signed-off-by: Ioannis Bonatakis --- data/autoyast_sle15/autoyast_hpc_aarch64.xml.ep | 4 ++-- data/autoyast_sle15/autoyast_hpc_x86_64.xml.ep | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/autoyast_sle15/autoyast_hpc_aarch64.xml.ep b/data/autoyast_sle15/autoyast_hpc_aarch64.xml.ep index 339928e64307..28e407140f72 100644 --- a/data/autoyast_sle15/autoyast_hpc_aarch64.xml.ep +++ b/data/autoyast_sle15/autoyast_hpc_aarch64.xml.ep @@ -43,7 +43,7 @@ {{VERSION}} {{ARCH}} - % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) { + % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP6')) { sle-module-python2 {{VERSION}} @@ -110,7 +110,7 @@ sle-module-basesystem-release sle-module-web-scripting-release sle-module-hpc-release - % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) { + % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP5')) { sle-module-python2-release % } diff --git a/data/autoyast_sle15/autoyast_hpc_x86_64.xml.ep b/data/autoyast_sle15/autoyast_hpc_x86_64.xml.ep index 74deda72f209..22588e65b5d2 100644 --- a/data/autoyast_sle15/autoyast_hpc_x86_64.xml.ep +++ b/data/autoyast_sle15/autoyast_hpc_x86_64.xml.ep @@ -43,7 +43,7 @@ {{VERSION}} {{ARCH}} - % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) { + % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP6')) { sle-module-python2 {{VERSION}} @@ -96,7 +96,7 @@ sle-module-basesystem-release sle-module-web-scripting-release sle-module-hpc-release - % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) { + % unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP6')) { sle-module-python2-release % }