From a07ad202404c4d31898f0dbabb0c777e60faf499 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Apr 2024 18:59:41 -0700 Subject: [PATCH] Add FEDORA-2024-b156c57ef1 as F40 workaround to fix upgrades See https://bugzilla.redhat.com/show_bug.cgi?id=2274833. Upgrades from F39 to F40 fail without this. 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 9c808a6b..179c8b2b 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => [], + "40" => ["FEDORA-2024-b156c57ef1"], "41" => [], ); my $advortasks = $workarounds{$version};