mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-17 22:23:09 +00:00
Add user/group ownership fix builds as workarounds for FreeIPA
A FreeIPA update failed tests because dogtag-pki and bind don't provide the now-necessary virtual provides for users and groups they create. These builds fix that, adding them as workarounds before they go stable will let me rerun the FreeIPA tests and let that update through. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
40e5e23985
commit
5aad236882
@ -475,7 +475,7 @@ sub get_workarounds {
|
||||
my %workarounds = (
|
||||
"40" => [],
|
||||
"41" => [],
|
||||
"42" => [],
|
||||
"42" => ["FEDORA-2025-0976d1a1dc", "FEDORA-2025-5ccb655b33"],
|
||||
"eln" => [],
|
||||
);
|
||||
my $advortasks = $workarounds{$version};
|
||||
|
Loading…
Reference in New Issue
Block a user