From fc11917a01d403ad0edb8a31e1f475f2e2a0dc81 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 11 Aug 2022 10:26:30 -0700 Subject: [PATCH] Add f37-backgrounds and desktop-backgrounds as workarounds 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 c46673d2..13b1d0e6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -482,7 +482,7 @@ sub setup_workaround_repo { "34" => [], "35" => [], "36" => [], - "37" => ["90614839", "FEDORA-2022-f8047bb67b", "FEDORA-2022-6f94e8eda6", "FEDORA-2022-b3376c521c"] + "37" => ["90614839", "FEDORA-2022-f8047bb67b", "FEDORA-2022-6f94e8eda6", "FEDORA-2022-b3376c521c", "FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};