diff --git a/data/yam/autoyast/support_images/create_hdd_maintenance.xml.ep b/data/yam/autoyast/support_images/create_hdd_maintenance.xml.ep index 810f7f046cb9..a6cec9e0c440 100644 --- a/data/yam/autoyast/support_images/create_hdd_maintenance.xml.ep +++ b/data/yam/autoyast/support_images/create_hdd_maintenance.xml.ep @@ -206,7 +206,7 @@ cd /etc/zypp/repos.d sed -i 's/enabled=1/enabled=0/' $(ls|grep -i nvidia) zypper lr -% if ( $get_var->('VERSION') =~ /15-SP[3-5]/ ) { +% if ( $get_var->('VERSION') =~ /15-SP[3-7]/ ) { # Regarding rpm lock see Q9@ https://documentation.suse.com/de-de/sles/15-SP1/html/SLES-all/app-ay-faq.html # quote : "during the post-script phase, YaST still has an exclusive lock on the RPM database." # the package cannot be installed the autoyast way, because of the changing package name (eg libyui-rest-api15)