Add workarounds for critical bugs in Rawhide

An lvm2 issue which breaks the installer (#2180557) and anaconda
renaming the .desktop file for the Workstation live welcome
screen, which caused it not to appear -
https://pagure.io/livesys-scripts/pull-request/12 .

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-03-21 18:04:00 -07:00
parent 873720b97b
commit e7f5e5e9b4
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ sub setup_workaround_repo {
"36" => [],
"37" => [],
"38" => [],
"39" => [],
"39" => ["FEDORA-2023-935d3e1c1a", "FEDORA-2023-5fbcf33c26"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};