Drop remaining workaround update (it went stable two months ago)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-11-11 08:52:45 -08:00
parent c16c7a1536
commit 3a9dfb6a58
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ sub setup_workaround_repo {
my %workarounds = (
"33" => [],
"34" => [],
"35" => ["FEDORA-2021-9677463ae9"]
"35" => []
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};