From ec83223ed1229e8c46f997c8552b2144e3829a0b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 27 Jan 2022 14:07:05 -0800 Subject: [PATCH] Replace 389-ds-base workaround scratch build with official update 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 4b23a287..33a6b626 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -457,7 +457,7 @@ sub setup_workaround_repo { my %workarounds = ( "33" => [], "34" => [], - "35" => ["82030355"] + "35" => ["FEDORA-2022-5aee32fbab"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};