From 5c6ee14ed3270ed4bcc5694285c5b0b82c2dbc7f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Mar 2020 21:51:32 -0800 Subject: [PATCH] Add F32 backgrounds update as an update test workaround So at least GNOME background test passes. Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index a7364f43..ddb02202 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -443,8 +443,8 @@ sub setup_workaround_repo { "30" => ["FEDORA-2020-02ee4b1a1c"], # disable modules on upgrade (#1767351) "31" => ["FEDORA-2020-717d521d35"], - # fix for lmod breaking console output tests - "32" => ["FEDORA-2020-755d29d4b0"] + # fix for lmod breaking console output tests, f32 backgrounds + "32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-ed62604eca"] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};