diff --git a/lib/utils.pm b/lib/utils.pm index ecfce396..c377664b 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -457,7 +457,7 @@ sub setup_workaround_repo { my %workarounds = ( "33" => [], "34" => [], - "35" => [] + "35" => ["FEDORA-2021-41d8b36cd2"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};