From 0acc804564818a138f90df5c137ec57b5b509b48 Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Tue, 23 Oct 2018 17:30:56 +0100 Subject: [PATCH] (FM-7520) - Removing service pack extensions We support SLES11 and SLES12. It is not necessary to state the SP therefore removing the SPs. --- metadata.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/metadata.json b/metadata.json index 8d4da5f..eb14b95 100644 --- a/metadata.json +++ b/metadata.json @@ -65,13 +65,8 @@ { "operatingsystem": "SLES", "operatingsystemrelease": [ - "11 SP1", - "11 SP2", - "11 SP3", - "11 SP4", - "12", - "12 SP1", - "12 SP2" + "11", + "12" ] }, {