mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-17 10:41:27 +00:00
Update F33 workarounds: drop one that went stable, add two
These two are for a couple of FreeIPA bugs that showed up today and were worked out with pemensik and mreynolds. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7eb7689f59
commit
1308d104d4
@ -445,7 +445,7 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"31" => [],
|
"31" => [],
|
||||||
"32" => ["FEDORA-2021-28c15ce0f9"],
|
"32" => ["FEDORA-2021-28c15ce0f9"],
|
||||||
"33" => ["FEDORA-2021-7756ac1c27"]
|
"33" => ["FEDORA-2021-ad495a044c", "FEDORA-2021-5258e9cb11"]
|
||||||
);
|
);
|
||||||
# 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};
|
||||||
|
Loading…
Reference in New Issue
Block a user