From 7405a304d902a9cd26cac635f7d84cc9bb6bc899 Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Mon, 19 Nov 2018 10:43:53 +0000 Subject: [PATCH 1/2] (FM-7520) - Removing Solaris from the support matrix This is a bug fix as Solaris has never worked on this module. Updating to resolve the issue with our documentation. --- metadata.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/metadata.json b/metadata.json index 7d5bccb..f96d111 100644 --- a/metadata.json +++ b/metadata.json @@ -73,12 +73,6 @@ "12 SP1", "12 SP2" ] - }, - { - "operatingsystem": "Solaris", - "operatingsystemrelease": [ - "11" - ] } ], "requirements": [ From cd46267fad662671cff199c49c07e1b6669bbc64 Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Mon, 19 Nov 2018 10:56:27 +0000 Subject: [PATCH 2/2] (maint) - Standardising and removing Service Packs (SP) --- metadata.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/metadata.json b/metadata.json index f96d111..2054c35 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" ] } ],