From 5516bc888520fa4273d5407cebc626b93b22c02f Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 10 Jul 2024 19:37:06 +0200 Subject: [PATCH] Add EL9 support --- metadata.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/metadata.json b/metadata.json index 4c669b6..822c34e 100644 --- a/metadata.json +++ b/metadata.json @@ -15,26 +15,30 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, {