From 1417f1023e911dfb6aab882963874ed40456f49d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 23 Feb 2022 13:09:22 -0800 Subject: [PATCH] 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 --- lib/utils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 5400e216..3fb7510d 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};