Update F34 workarounds: drop stable ones, update systemd

Drop Firefox and NSS updates which have been stable for a while,
update the systemd one to the latest which should hopefully
finally workaround the DNS issues.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-12 18:34:08 -08:00
parent d414ae3994
commit c44e7fb869
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ sub setup_workaround_repo {
my %workarounds = (
"32" => [],
"33" => [],
"34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc", "FEDORA-2021-ead59f24eb"]
"34" => ["FEDORA-2021-c2bfa5e4f6"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};