From 51eed16128b9ffb4e51114c69723322c085943d3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 13 Aug 2022 00:20:39 -0700 Subject: [PATCH] Add g-i-s with fixed page skipping as f37 workaround Signed-off-by: Adam Williamson --- lib/utils.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index e51a73fb..f7eb8564 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,10 +479,9 @@ sub setup_workaround_repo { assert_script_run "mkdir -p /opt/workarounds_repo"; assert_script_run "pushd /opt/workarounds_repo"; my %workarounds = ( - "34" => [], "35" => [], "36" => [], - "37" => ["FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896"] + "37" => ["FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896", "FEDORA-2022-c3d0f2f9b7"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};