From ad1d656124af640cc0c27bb1579645fc5d7578a8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 1 Mar 2022 18:31:37 -0800 Subject: [PATCH] Drop F36 kwin workaround, should not be needed any more 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 8766f6fd..3091f355 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -464,7 +464,7 @@ sub setup_workaround_repo { my %workarounds = ( "34" => [], "35" => [], - "36" => ["83236339"] + "36" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};