From 52e13ecdecd538bf78e4a00e98560a4ceb08f578 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 14 Nov 2024 17:17:17 +0100 Subject: [PATCH] Bump .el9 to 9.6 Related: RHEL-67369 (cherry picked from commit 01a534d483ad725b601c7027c4762426095221a2) --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 63939ac..e0a573c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -39,7 +39,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