From c1d676e6ae8893542c7b22840789d551098a1dae Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 2 Nov 2022 11:04:19 -0700 Subject: [PATCH] Drop a workaround that went stable weeks 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 37a3e01e..00e0fe5f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => ["FEDORA-2022-3b6ee0825e"], + "38" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};