From db5ec4d00f784295da23ee04bdaf0da2fb196638 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Tue, 31 Jan 2017 20:56:23 +0100 Subject: [PATCH] Remove support for EL5 and Fedora < 24 We only can run acceptance tests against supported upstream distros. Right now our acceptance tests run on: * CentOS 6, 7 (compatible with RHEL 6, 7) * Fedora 24, 25 The module stated support for CentOS 5 but actually it didn't work. Closes #190 --- metadata.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/metadata.json b/metadata.json index 7ddd149a..64843866 100644 --- a/metadata.json +++ b/metadata.json @@ -11,7 +11,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "5", "6", "7" ] @@ -19,18 +18,13 @@ { "operatingsystem": "Fedora", "operatingsystemrelease": [ - "19", - "20", - "21", - "22", - "23", - "24" + "24", + "25" ] }, { "operatingsystem": "Amazon", "operatingsystemrelease": [ - "5.0", "6.0", "7.0" ]