diff --git a/firefox.spec b/firefox.spec index 7f57caf..d69f462 100644 --- a/firefox.spec +++ b/firefox.spec @@ -17,6 +17,10 @@ function dist_to_rhel_minor(str, start) if match then return string.sub(match, 6) end + match = string.match(str, ".el8") + if match then + return 5 + end return -1 end}