[Kimchi-devel] [Kimchi v2] Identify opensuse-LEAP-42.1 ISO

Ramon Medeiros ramonn at linux.vnet.ibm.com
Wed Dec 23 18:17:25 UTC 2015


Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
---
Changes:

v2:
fix pep8 issues

 isoinfo.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/isoinfo.py b/isoinfo.py
index 731c45a..c232fa8 100644
--- a/isoinfo.py
+++ b/isoinfo.py
@@ -111,6 +111,8 @@ iso_dir = [
         'openSUSE-DVD-i586-Build0039|openSUSE-DVD-x86_640039'),
     ('opensuse', '12.2',
         'openSUSE-DVD-i586-Build0167|openSUSE-DVD-x86_640167'),
+    ('opensuse', '42.1',
+        'openSUSE-Leap-42.1-DVD-x86_64026|openSUSE-Leap-42.1-NET-x86_64026'),
     ('rhel', '4.8', 'RHEL/4-U8'),
     ('rhel', lambda m: m.group(2), 'RHEL(-LE)?[_/-](\d+\.\d+)'),
     ('debian', lambda m: m.group(1), 'Debian (\d+\.\d+)'),
-- 
2.1.0




More information about the Kimchi-devel mailing list