From c11ecf2b5beede4f736124c9a6e49d90b0f4d780 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Apr 2026 07:43:00 +0200 Subject: Support grok on Fedora 43. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 193db2213..ed6f35666 100644 --- a/cscript +++ b/cscript @@ -583,7 +583,7 @@ def configure_options(target, options, for_package=False): if target.platform == 'linux' and ( (target.distro == 'ubuntu' and target.version == "24.04") or - (target.distro == 'fedora' and target.version == "42") + (target.distro == 'fedora' and target.version in ("42", "43")) ): opt += ' --enable-grok' -- cgit v1.2.3