1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-22 18:14:21 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-05 15:44:52 -07:00
parent 52f3897eec
commit c65071f879

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = (
"39" => [],
"40" => [],
"41" => [],
"41" => ["FEDORA-2024-04f83605fa"],
"42" => [],
"eln" => [],
);