From 7bbec4c6bbcbe7af93f5120f20d899b7643c0533 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 27 Aug 2022 12:29:58 -0700 Subject: [PATCH] Drop a workaround for 38 that went stable 3 days 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 24aa877b..fe7137b1 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => ["FEDORA-2022-65f79ec067"], + "38" => [], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};