From 3a9dfb6a58ee5772448a7215b7a62ee06d3bcddd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 11 Nov 2021 08:52:45 -0800 Subject: [PATCH] Drop remaining workaround update (it went stable two 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 b7302bab..23ce9f64 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -457,7 +457,7 @@ sub setup_workaround_repo { my %workarounds = ( "33" => [], "34" => [], - "35" => ["FEDORA-2021-9677463ae9"] + "35" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};