diff --git a/lib/utils.pm b/lib/utils.pm index 3ac58491..fb7b9845 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -443,8 +443,9 @@ sub setup_workaround_repo { assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( "30" => [], - "31" => [], - "32" => [] + # gnome-initial-setup timezone bug fix + "31" => ["FEDORA-2020-da78f28e61"], + "32" => ["FEDORA-2020-74b4efe302"] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};