From 4a7e0721d4872994eef23252b6c9cbd4dfffc265 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Apr 2025 07:50:01 -0700 Subject: [PATCH] Add FEDORA-2025-c25f31b10b as a workaround for F43 alsa-utils that requires this alsa-lib is already stable, so we need this or all tests fail. 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 0a252678..0522f360 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -485,7 +485,7 @@ sub get_workarounds { "40" => [], "41" => [], "42" => [], - "43" => [], + "43" => ["FEDORA-2025-c25f31b10b"], "eln" => ["FEDORA-2025-3de666755c", "FEDORA-2025-07a540332e", "FEDORA-2025-0e0edcfd6a"], ); my $advortasks = $workarounds{$version};