From c65071f879a39a2e2b61a8263be541085f41b2bc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 5 Oct 2024 15:44:52 -0700 Subject: [PATCH] Add ffmpeg 7.0 update as a workaround for F41 It's stable now, and https://bodhi.fedoraproject.org/updates/FEDORA-2024-8b18ef8dfb needs it, let's add it as a workaround so we don't have to wait for a compose. 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..b0fa4ce7 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "39" => [], "40" => [], - "41" => [], + "41" => ["FEDORA-2024-04f83605fa"], "42" => [], "eln" => [], );