From 6c47319930ad095d5625a3ceb9ead6eadb36be7b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 16 Feb 2024 13:05:54 -0800 Subject: [PATCH] Add FEDORA-2024-11ba4726a4 as workaround for F40 The new gnome-shell from FEDORA-2024-f543e8595c requires this. We don't use a buildroot repo for Branched even in the short period where it acts like Rawhide (no karma or time requirements) so let's just use a workaround. 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 18d4b0f9..fef7c368 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => [], + "40" => ["FEDORA-2024-11ba4726a4"], "41" => [], ); my $advortasks = $workarounds{$version};