From 4d9831efccea10e9a042ae37977f50461a52b846 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 14 Jul 2022 11:14:43 -0700 Subject: [PATCH] Add mesa update that fixes kwin crashes as workaround for F36 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 7c52ddf6..b1ef9990 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "34" => [], "35" => [], - "36" => [] + "36" => ["FEDORA-2022-3c2f8b2a0d"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};