Unverified Commit fa0dc590 authored by Hussein Galal's avatar Hussein Galal Committed by GitHub

Use el8 rpm for fedora 38 and 39 (#7664)

* Use el8 rpm for fedora 38 and 39 Signed-off-by: 's avatargalal-hussein <hussein.galal.ahmed.11@gmail.com> * nit fix Signed-off-by: 's avatargalal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by: 's avatargalal-hussein <hussein.galal.ahmed.11@gmail.com>
parent 7c0a7687
......@@ -518,7 +518,7 @@ setup_selinux() {
rpm_target=el7
rpm_site_infix=centos/7
package_installer=yum
elif [ "${VERSION_ID%%.*}" = "8" ] || [ "${VERSION_ID%%.*}" = "37" ]; then
elif [ "${VERSION_ID%%.*}" = "8" ] || [ "${VERSION_ID%%.*}" -gt "36" ]; then
rpm_target=el8
rpm_site_infix=centos/8
package_installer=yum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment