From 175b056ce731ad77022fdb562660f70206fc963f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 18 Aug 2024 09:18:16 -0700 Subject: [PATCH] Clear out F41 workarounds list They're all in stable now. 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 9d6edd81..32ed2193 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => ["FEDORA-2024-a27ffd7504", "FEDORA-2024-e30a141332", "FEDORA-2024-c36c5c1692"], + "41" => [], "42" => [], ); my $advortasks = $workarounds{$version};