From 1b00c321dd871aed83ef78620128e352159752d4 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-59950 (cherry picked from commit 01a534d483ad725b601c7027c4762426095221a2) --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 3bbe98f..5bf82b2 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