From 20c1f2088063aa929b16fe325c9cce9b63285617 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 16 Jun 2021 09:20:34 -0700 Subject: [PATCH] F34 update workarounds: drop systemd, add jpegxl This systemd update went stable ages ago. But now we need to add a jpegxl update as a workaround to avoid KDE live build tests failing on the problematic aom->jpegxl-libs->gimp dependency chain I identified yesterday. It makes KDE live builds pull in too many packages and fail because they run out of space. 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 e3ce3596..a666aeb9 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -445,7 +445,7 @@ sub setup_workaround_repo { my %workarounds = ( "32" => [], "33" => [], - "34" => ["FEDORA-2021-c2bfa5e4f6"] + "34" => ["FEDORA-2021-d7b1dc57fe"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};