From f34714561f3d64a94bd0e8088b0237c8edadee1a Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 15 May 2024 14:51:28 +0200 Subject: [PATCH] Increment plain .el9 build to 9.5 Related: RHEL-35398 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index baac7ec..b825348 100644 --- a/firefox.spec +++ b/firefox.spec @@ -36,7 +36,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".el9") if match then - return 4 + return 5 end return -1 end}