From e7f5e5e9b401db891c3a9b2a9714b7881336c902 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 21 Mar 2023 18:04:00 -0700 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index d1a487bd..bc90925c 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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};