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
1 changed files with 1 additions and 1 deletions

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