From 5c5cfae706f00bcc1a21af20cb420e7ca8742a9a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 10 Jul 2025 00:01:15 -0700 Subject: [PATCH] Drop workaround that went stable months ago 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 ae492330..f2929424 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -485,7 +485,7 @@ sub get_workarounds { "40" => [], "41" => [], "42" => [], - "43" => ["FEDORA-2025-d83e18c438"], + "43" => [], "eln" => [], ); my $advortasks = $workarounds{$version};