From efb3ee6a9500680feeb5a4dbc4c30b748a312b5d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 14 Nov 2024 17:20:21 +0100 Subject: [PATCH] Bump .el9 to 9.6 Related: RHEL-67381 --- thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 20fad02..b55219b 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -35,7 +35,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".el9") if match then - return 5 + return 6 end match = string.match(str, ".el10_%d+") if match then