Skip to content

Commit 990b3dc

Browse files
ravanellialinefm
authored andcommitted
Add SLES 15
1 parent f3fbc1e commit 990b3dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

isoinfo.py

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
('sles', '10', 'SLES10|SUSE-Linux-Enterprise-Server.001'),
141141
('sles', '11', 'SUSE_SLES-11-0-0|SLE-11'),
142142
('sles', '12', 'SLE-12'),
143+
('sles', '15', 'SLE-15'),
143144
('sles', lambda m: '11sp%s' % m.group(1), 'SLES-11-SP(\\d+)'),
144145
('opensuse', lambda m: m.group(1), 'openSUSE[ -](\\d+\\.\\d+)'),
145146
('opensuse', '11.1', 'SU1110.001'),

0 commit comments

Comments
 (0)