From 25214b7ff779d2bec3712743208f7073cb835194 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 3 Mar 2021 15:11:02 -0800 Subject: [PATCH] Add the kde-settings update that fixes XDG dirs as a workaround It's gone stable, but we haven't had a compose yet. Adding it as a workaround so I can just revert the workaround for the bug (see previous commit). 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 f12dc3c7..790fc62f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -445,7 +445,7 @@ sub setup_workaround_repo { my %workarounds = ( "32" => [], "33" => [], - "34" => ["FEDORA-2021-263244c071", "FEDORA-2021-688bf3e82e", "FEDORA-2021-bdc10e21fc"] + "34" => ["FEDORA-2021-263244c071", "FEDORA-2021-688bf3e82e", "FEDORA-2021-bdc10e21fc", "FEDORA-2021-3519ef4c51"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};