From 06de92375f0336fdf2122440ae3f52069ba6dfcd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 16 Feb 2024 13:05:22 -0800 Subject: [PATCH] Clear workarounds that have reached composes 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 b4e885b0..18d4b0f9 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => ["FEDORA-2024-912d46e3da", "FEDORA-2024-97337ce169", "FEDORA-2024-ca9110e3f3"], + "40" => [], "41" => [], ); my $advortasks = $workarounds{$version};