From 471ea9d27b251b05c324d970039c74122fb1202f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 23 Feb 2023 12:15:15 -0800 Subject: [PATCH] workarounds: add plasma-discover with fix for #2173022 Just using a scratch build for now as my fix hasn't been reviewed and may have dumb mistakes in it, but it does seem to fix the openQA test at least. 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 14ecca68..2519b2cb 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -480,7 +480,7 @@ sub setup_workaround_repo { "36" => [], "37" => [], "38" => [], - "39" => [], + "39" => ["97911079"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};