From f56b6c6c2a2dc9480d3157952e04a64f1867420d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 24 Aug 2021 15:53:21 -0700 Subject: [PATCH] Add FEDORA-2021-41d8b36cd2 as workaround for RHBZ #1996901 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 ecfce396..c377664b 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};