Changes of Revision 15
[-] [+] | Changed | check_zypper.pl |
@@ -85,8 +85,8 @@ 0 => 'OK', ); our %supported_release = ( - 'openSUSE' => [ '11.4', '12.1', '12.2', '12.3' ], - 'SLE' => [ '10.4', '11.1', '11.2', '11.3' ], + 'openSUSE' => [ '11.4', '12.1', '12.2', '12.3', '13.1', '13.2', '42.1', '42.2' ], + 'SLE' => [ '10.4', '11.1', '11.2', '11.3', '11.4' ], ); $opt_w = 'recommended,optional,unsupported'; $opt_c = 'security'; |