Skip to content

Commit 7846ecc

Browse files
author
Ciaran McCrisken
committed
(MAINT) Remove RHEL 5 support; normalize OS names
1 parent 86ead79 commit 7846ecc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

metadata.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
{
3232
"operatingsystem": "CentOS",
3333
"operatingsystemrelease": [
34+
"6",
3435
"7",
3536
"8"
3637
]
@@ -44,10 +45,10 @@
4445
]
4546
},
4647
{
47-
"operatingsystem": "Fedora",
48+
"operatingsystem": "OracleLinux",
4849
"operatingsystemrelease": [
49-
"27",
50-
"28"
50+
"6",
51+
"7"
5152
]
5253
},
5354
{
@@ -61,6 +62,7 @@
6162
{
6263
"operatingsystem": "RedHat",
6364
"operatingsystemrelease": [
65+
"6",
6466
"7",
6567
"8"
6668
]
@@ -70,7 +72,8 @@
7072
"operatingsystemrelease": [
7173
"14.04",
7274
"16.04",
73-
"18.04"
75+
"18.04",
76+
"20.04"
7477
]
7578
}
7679
],

0 commit comments

Comments
 (0)