From b84125d4f554a7dbf5896027b9a186a9575255b8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 18 Oct 2022 09:21:26 -0700 Subject: [PATCH] Replace scratch build override for mock 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 9ae905ff..e2068009 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -481,7 +481,7 @@ sub setup_workaround_repo { "35" => [], "36" => [], "37" => [], - "38" => ["93141943"], + "38" => ["FEDORA-2022-3b6ee0825e"], ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};