From 52f3897eecfb88bf882e9aee7016ac3f85923d23 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 5 Oct 2024 15:44:28 -0700 Subject: [PATCH] Clear existing workarounds, they are all stable now Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index ad9825c1..9d22b6f2 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,8 +475,8 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => ["FEDORA-2024-e331cd53ac", "FEDORA-2024-cb1e9f47a3"], - "42" => ["124312792"], + "41" => [], + "42" => [], "eln" => [], ); my $advortasks = $workarounds{$version};