1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Add selinux-policy-35.11-1.fc35 as workaround for bad .10 update

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-01-19 09:48:28 -08:00
parent 8894e022b2
commit 5296ff8114

View File

@ -457,7 +457,7 @@ sub setup_workaround_repo {
my %workarounds = ( my %workarounds = (
"33" => [], "33" => [],
"34" => [], "34" => [],
"35" => [] "35" => ["FEDORA-2022-87a0b7e8d0"]
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};