Replace 389-ds-base workaround scratch build with official update

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-01-27 14:07:05 -08:00
parent fe8306d2cd
commit ec83223ed1
1 changed files with 1 additions and 1 deletions

View File

@ -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};