From d998a56383c2971866aa657ca6176e88ab5d09ea Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 14 Feb 2024 13:35:32 -0800 Subject: [PATCH] Add 41 to the workarounds table Signed-off-by: Adam Williamson --- lib/utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.pm b/lib/utils.pm index f378890a..d3a6efb0 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -477,6 +477,7 @@ sub get_workarounds { "38" => [], "39" => [], "40" => ["FEDORA-2024-912d46e3da", "FEDORA-2024-97337ce169", "FEDORA-2024-ca9110e3f3"], + "41" => [], ); my $advortasks = $workarounds{$version}; return @$advortasks;