Add version_id for regression test scripts for rhel-10

note: may fail in the same way 9.5 does (SSL certificates) and may need
to be disabled. See code few lines above this change.
This commit is contained in:
Alexander Todorov 2024-07-24 11:16:59 +03:00 committed by Alexander Todorov
parent a909cae0dc
commit 7668911038
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ case "${ID}" in
fi
case "${VERSION_ID%.*}" in
"8" | "9")
"8" | "9" | "10")
echo "Running on RHEL ${VERSION_ID}"
# TODO: remove once the osbuild-composer v100 is in RHEL
if ! nvrGreaterOrEqual "osbuild-composer" "100"; then

View file

@ -85,7 +85,7 @@ case "${ID}" in
fi
case "${VERSION_ID%.*}" in
"8" | "9")
"8" | "9" | "10")
echo "Running on RHEL ${VERSION_ID}"
# TODO: remove once the osbuild-composer v100 is in RHEL
if ! nvrGreaterOrEqual "osbuild-composer" "100"; then