diff --git a/firefox.spec b/firefox.spec index f069bc6..3aac1ea 100644 --- a/firefox.spec +++ b/firefox.spec @@ -26,7 +26,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".el8") if match then - return 7 + return 9 end return -1 end}