diff --git a/lib/utils.pm b/lib/utils.pm index d354606e..479e10f6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -456,7 +456,8 @@ sub setup_workaround_repo { assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( "33" => [], - "34" => ["FEDORA-2021-d7b1dc57fe"] + "34" => ["FEDORA-2021-d7b1dc57fe"], + "35" => ["FEDORA-2021-0192369fd9"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};