From 0b5aabcc577a10d1a057275c677c869116c66036 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 2 Oct 2024 16:26:17 -0700 Subject: [PATCH] Add FEDORA-2024-e331cd53ac as a workaround for F41 Another update depends on it. It's gone stable already, but we are having issues with composes ATM so it hasn't made a compose. It's safe to do this as we can be sure the depended-on update will be in the next stable compose whenever it completes, so we can't wind up in an inconsistent state. 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 9d22b6f2..d449652d 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => [], + "41" => ["FEDORA-2024-e331cd53ac"], "42" => [], "eln" => [], );