From c44e7fb869c9edfc38ce0197d003370c54a21756 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Mar 2021 18:34:08 -0800 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 40032c0d..1a6a67bd 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};