F38 workarounds: replace desktop-backgrounds with f37-backgrounds

desktop-backgrounds update went stable, but we also need an
f37-backgrounds update which was only just submitted to fix the
problem.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-08 23:13:33 +02:00
parent 6b31f622d8
commit 1c819304d2
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ sub setup_workaround_repo {
"35" => [],
"36" => [],
"37" => [],
"38" => ["FEDORA-2022-11041fbc00", "FEDORA-2022-239ef3d487"],
"38" => ["FEDORA-2022-9a6e62514c", "FEDORA-2022-239ef3d487"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};