From 91f4a24b20db3d190c95f1cf04d44ec020c15a4b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 3 Oct 2024 12:18:30 -0700 Subject: [PATCH] Also add FEDORA-2024-cb1e9f47a3 as F41 workaround The new NetworkManager update needs it. Lack of composes is starting to bite us more, need to get one through. 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 5b8383f8..ad9825c1 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => ["FEDORA-2024-e331cd53ac"], + "41" => ["FEDORA-2024-e331cd53ac", "FEDORA-2024-cb1e9f47a3"], "42" => ["124312792"], "eln" => [], );