Skip to content

Commit

Permalink
Apply Autoyast installation including sle-module-python3 on 125SP6
Browse files Browse the repository at this point in the history
This brings back the Autoyast profile as it should be expected to be for
SLE15SP6. Until build 28.1, sle-module-python3 was missing and it was breaking
the installation.

Signed-off-by: Ioannis Bonatakis <[email protected]>
  • Loading branch information
b10n1k committed Nov 1, 2023
1 parent 5693e5b commit c227749
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions data/autoyast_sle15/hpc/create_hdd_textmode_aarch64.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<release_type>nil</release_type>
<version>{{VERSION}}</version>
</addon>
% unless ($check_var->('VERSION', '15') || $check_var->('VERSION', '15-SP6')) {
% unless ($check_var->('VERSION', '15')) {
<addon config:type="map">
<arch>{{ARCH}}</arch>
% unless ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION', '15-SP5')) {
% unless ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION', '15-SP5') || $check_var->('VERSION', '15-SP6')) {
<name>sle-module-python2</name>
% } else {
<name>sle-module-python3</name>
Expand Down Expand Up @@ -424,8 +424,8 @@
<package>sle-module-development-tools-release</package>
<package>sle-module-desktop-applications-release</package>
<package>sle-module-basesystem-release</package>
% unless ($check_var->('VERSION', '15') || $check_var->('VERSION', '15-SP6')) {
% unless ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION', '15-SP5')) {
% unless ($check_var->('VERSION', '15')) {
% unless ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION', '15-SP5') || $check_var->('VERSION', '15-SP6')) {
<package>sle-module-python2-release</package>
% } else {
<package>sle-module-python3-release</package>
Expand Down
6 changes: 3 additions & 3 deletions data/autoyast_sle15/hpc/create_hdd_textmode_x86_64.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<release_type>nil</release_type>
<version>{{VERSION}}</version>
</addon>
% unless ($check_var->('VERSION', '15') || $check_var->('VERSION', '15-SP6')) {
% unless ($check_var->('VERSION', '15')) {
<addon config:type="map">
<arch>{{ARCH}}</arch>
% unless ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION','15-SP5')) {
% unless ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION','15-SP5') || $check_var->('VERSION', '15-SP6')) {
<name>sle-module-python2</name>
% } else {
<name>sle-module-python3</name>
Expand Down Expand Up @@ -464,7 +464,7 @@
<package>sle-module-development-tools-release</package>
<package>sle-module-desktop-applications-release</package>
<package>sle-module-basesystem-release</package>
% unless ($check_var->('VERSION', '15') || $check_var->('VERSION', '15-SP6')) {
% unless ($check_var->('VERSION', '15')) {
% unless ($check_var->('VERSION', '15-SP4') || $check_var->('VERSION', '15-SP5') || $check_var->('VERSION', '15-SP6')) {
<package>sle-module-python2-release</package>
% } else {
Expand Down

0 comments on commit c227749

Please sign in to comment.