From 8dbcca38b04fb15b70285b89b22fd236a6645e81 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 29 Feb 2024 17:42:27 -0800 Subject: [PATCH] clean up workarounds Drop two that went stable, replace a scratch build with the official update. 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 0187788a..83bff214 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,8 +476,8 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => ["114154510", "FEDORA-2024-4afc8e64b0"], - "41" => ["114149399"], + "40" => ["FEDORA-2024-76dab69b77"], + "41" => [], ); my $advortasks = $workarounds{$version}; return @$advortasks;