From 41e80b447d2c663b636e342e6573c6bcacb7551f Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 3 Apr 2023 15:15:01 +0200 Subject: [PATCH] Related: #2183234 .el8 is rhel-8.9.0 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}