Add g-i-s with fixed page skipping as f37 workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-13 00:20:39 -07:00
parent 4e24f2a3ec
commit 51eed16128
1 changed files with 1 additions and 2 deletions

View File

@ -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};