From 946411cba48ce14c3d98f14422ed8d807c2df42d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 2 Nov 2022 11:04:37 -0700 Subject: [PATCH] Add layer-shell-qt workaround to make KDE work on Rawhide again 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 00e0fe5f..a172897e 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => [], + "38" => ["FEDORA-2022-2089212638"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};