From 2c520e47c8812dac363a073b57b02138ce071271 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 20 Feb 2024 18:19:44 -0800 Subject: [PATCH] Drop update that's gone stable and into a compose from workarounds 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 fef7c368..18d4b0f9 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => ["FEDORA-2024-11ba4726a4"], + "40" => [], "41" => [], ); my $advortasks = $workarounds{$version};