1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Add kwin scratch build to fix RHBZ #2047503 as an F36 workaround

Scratch build because we don't have a single-build update with
the fix, it's likely gonna be included in the 5.24.2 megaupdate.
I don't want to use that whole thing as a workaround, so I did
a 5.24.1 scratch build with the fix instead.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-02-23 13:09:22 -08:00
parent 815fc3a758
commit 1417f1023e

View File

@ -463,7 +463,8 @@ sub setup_workaround_repo {
assert_script_run "pushd /opt/workarounds_repo";
my %workarounds = (
"34" => [],
"35" => []
"35" => [],
"36" => ["83236339"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};