From 07bb4067ec5c5ecd8955f767dec2f6e6acb108fb Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 13 Apr 2023 17:46:09 +0200 Subject: [PATCH] Related: #2183251 .el8 is rhel-8.9.0 --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 1510b78..c57d3ec 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -19,7 +19,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}