From e9f5378df5139cf2d95de0b82727d3e3f64387eb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 13 Aug 2022 10:13:51 -0700 Subject: [PATCH] Remove some F37 workarounds that are in current compose 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 f7eb8564..2d12a618 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { my %workarounds = ( "35" => [], "36" => [], - "37" => ["FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896", "FEDORA-2022-c3d0f2f9b7"] + "37" => ["FEDORA-2022-c3d0f2f9b7"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};