1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-02-23 12:15:15 -08:00
parent f42d921b0b
commit 471ea9d27b

View File

@ -480,7 +480,7 @@ sub setup_workaround_repo {
"36" => [], "36" => [],
"37" => [], "37" => [],
"38" => [], "38" => [],
"39" => [], "39" => ["97911079"],
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};