From bc7deabd243d5b7a0fd922990b698ba9a8f30f91 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 27 Aug 2021 17:19:13 -0700 Subject: [PATCH] Drop workaround update that's stable now 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 c377664b..ecfce396 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -457,7 +457,7 @@ sub setup_workaround_repo { my %workarounds = ( "33" => [], "34" => [], - "35" => ["FEDORA-2021-41d8b36cd2"] + "35" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};