From f29fdadcbc2a5b8995311c93ecaa09e2dd1c96d4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 17 Jul 2025 16:50:04 -0700 Subject: [PATCH] Add FEDORA-2025-0a4cc22f49 as a workaround It's needed to get workstation tests to pass, as the earlier xen/qemu update broke qemu's deps and it's installed by default in Workstation. Remove when the update goes stable soon. 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 bb0f4c4c..2baf03d5 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -485,7 +485,7 @@ sub get_workarounds { "40" => [], "41" => [], "42" => [], - "43" => [], + "43" => ["FEDORA-2025-0a4cc22f49"], "eln" => [], ); my $advortasks = $workarounds{$version};