From 5296ff8114d5fc743906a5cef4f85cd55cfa049e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 19 Jan 2022 09:48:28 -0800 Subject: [PATCH] Add selinux-policy-35.11-1.fc35 as workaround for bad .10 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 bbb1e335..aff3df00 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -457,7 +457,7 @@ sub setup_workaround_repo { my %workarounds = ( "33" => [], "34" => [], - "35" => [] + "35" => ["FEDORA-2022-87a0b7e8d0"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};