From 431a479e8b415a5d07dd29251d2b387127a25629 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 27 Apr 2022 17:11:29 +0200 Subject: [PATCH] Related: #2078958 Change dist minor default to 7 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index c85e7d5..012ee10 100644 --- a/firefox.spec +++ b/firefox.spec @@ -18,7 +18,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".el8") if match then - return 6 + return 7 end return -1 end}