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:
parent
d414ae3994
commit
c44e7fb869
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user