From 3da4f4e8bb8c95adf35929f3eaf85b7a88a3341e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 18 Aug 2024 14:13:42 -0700 Subject: [PATCH] Update f41 g-i-s workaround to latest build Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index d9a96997..5f50512c 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => ["FEDORA-2024-995fde04bc"], + "41" => ["FEDORA-2024-289b218e31"], "42" => [], ); my $advortasks = $workarounds{$version};