From 860c8e0a09cc1d83623c0e740c86317712aa2d6c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 13 Feb 2023 12:23:08 -0800 Subject: [PATCH] Add bug F38 GNOME update to workarounds As we're not getting composes ATM this isn't being pulled into tests of subsequent updates, but we need it to be or else there are 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 1a630512..d3671905 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "36" => [], "37" => [], - "38" => ["FEDORA-2023-ad52b2e4b9"], + "38" => ["FEDORA-2023-ad52b2e4b9", "FEDORA-2023-ade2a4ec02"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};