From a1e20088b6e5d06d321eb9b6c5d04058ebfe7486 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 27 Jan 2022 12:48:54 -0800 Subject: [PATCH] Drop now-stable update from F35 workarounds list 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 aff3df00..bbb1e335 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -457,7 +457,7 @@ sub setup_workaround_repo { my %workarounds = ( "33" => [], "34" => [], - "35" => ["FEDORA-2022-87a0b7e8d0"] + "35" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};