diff --git a/data/apimap.json b/data/apimap.json index 10d46436..5c2830a1 100644 --- a/data/apimap.json +++ b/data/apimap.json @@ -1,4 +1,18 @@ { + "SUSE:Updates:SLE-SERVER:11-SP1:" : { + "version" : "11-SP1", + "flavor" : "Server-DVD-Incidents", + "archs" : [ + "x86_64" + ] + }, + "SUSE:Updates:SLE-SERVER:11-SP3:" : { + "version" : "11-SP3", + "flavor" : "Server-DVD-Incidents", + "archs" : [ + "x86_64" + ] + }, "SUSE:Updates:SLE-SERVER:12-SP1-LTSS:" : { "flavor" : "Server-DVD-Incidents", "version" : "12-SP1", diff --git a/data/incidents.json b/data/incidents.json index 6c2f747d..8b0bc1aa 100644 --- a/data/incidents.json +++ b/data/incidents.json @@ -1,4 +1,16 @@ { + "SUSE:Updates:SLE-SERVER:11-SP1:x86_64" : { + "DISTRI" : "sle", + "ARCH" : "x86_64", + "FLAVOR" : "Server-DVD-Incidents", + "VERSION" : "11-SP1" + }, + "SUSE:Updates:SLE-SERVER:11-SP3:x86_64" : { + "DISTRI" : "sle", + "ARCH" : "x86_64", + "FLAVOR" : "Server-DVD-Incidents", + "VERSION" : "11-SP3" + }, "SUSE:Updates:SLE-SERVER:12-LTSS:s390x" : { "DISTRI" : "sle", "ARCH" : "s390x",