Merge "Add support for CentOS 9 Stream and RHEL 9"

This commit is contained in:
Zuul 2022-03-09 17:35:04 +00:00 committed by Gerrit Code Review
commit bb7e76a4a7
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["8"]
"operatingsystemrelease": ["8", "9"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": ["8"]
"operatingsystemrelease": ["8", "9"]
}
],
"dependencies": [