1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Add FEDORA-2021-41d8b36cd2 as workaround for RHBZ #1996901

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-08-24 15:53:21 -07:00
parent 0b5746248f
commit f56b6c6c2a

View File

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