Skip to content

Commit

Permalink
Add SLES 15
Browse files Browse the repository at this point in the history
  • Loading branch information
ravanelli authored and alinefm committed Mar 28, 2020
1 parent f3fbc1e commit 990b3dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isoinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
('sles', '10', 'SLES10|SUSE-Linux-Enterprise-Server.001'),
('sles', '11', 'SUSE_SLES-11-0-0|SLE-11'),
('sles', '12', 'SLE-12'),
('sles', '15', 'SLE-15'),
('sles', lambda m: '11sp%s' % m.group(1), 'SLES-11-SP(\\d+)'),
('opensuse', lambda m: m.group(1), 'openSUSE[ -](\\d+\\.\\d+)'),
('opensuse', '11.1', 'SU1110.001'),
Expand Down

0 comments on commit 990b3dc

Please sign in to comment.