Skip to content

Commit

Permalink
Restore workaround for bsc1202234 on 15 SP1 & SP2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Oct 5, 2023
1 parent 8d52eb3 commit 494aa01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/autoyast_qam/15-common_base_installation.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,15 @@
% if ($get_var->('SCC_ADDONS') =~ m/\brt\b/) {
<kernel>kernel-rt</kernel>
% }
% if ($check_var->('VERSION', '15-SP3') or $check_var->('VERSION', '15-SP4')) {
% if ($check_var->('VERSION', '15-SP1') or $check_var->('VERSION', '15-SP2') or $check_var->('VERSION', '15-SP3') or $check_var->('VERSION', '15-SP4')) {
<packages config:type="list">
% if ($check_var->('VERSION', '15-SP1') or $check_var->('VERSION', '15-SP2')) {
<!-- Workaround for bsc#1202234: [addon]-release packages are missing after autoyast installation. -->
% foreach (values %$addons) {
<package><%= lc($_->{name}) %>-release</package>
% }
<!-- end of workaround -->
% }
<package>openssh</package>
<package>firewalld</package>
</packages>
Expand Down

0 comments on commit 494aa01

Please sign in to comment.