From cdd77feea7ae9cd7d0e1c5860574f5ecdf6e0b54 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 1 Oct 2024 22:19:32 +0200 Subject: [PATCH 1/2] Add OracleLinux 8 / 9 support --- metadata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index c20e9c2..a4bf617 100644 --- a/metadata.json +++ b/metadata.json @@ -42,7 +42,9 @@ { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "7" + "7", + "8", + "9" ] }, { From 23d5de7c83d27cf2dae553072af2987278806e25 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 1 Oct 2024 22:20:46 +0200 Subject: [PATCH 2/2] Drop EL7 support --- metadata.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/metadata.json b/metadata.json index a4bf617..07e68b2 100644 --- a/metadata.json +++ b/metadata.json @@ -26,7 +26,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7", "8", "9" ] @@ -34,7 +33,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", "8", "9" ] @@ -42,7 +40,6 @@ { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "7", "8", "9" ]