From aa41c68b7c7d7dc1d4d18d7f178b5a3d5847b3ab Mon Sep 17 00:00:00 2001 From: Pedro Moura Date: Mon, 19 Sep 2022 16:00:48 -0300 Subject: [PATCH] added pam to multilib_whitelist - releng #11037 Signed-off-by: Pedro Moura --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index fcba6ecb16..20ca8426b1 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -181,6 +181,7 @@ multilib_whitelist = { 'nspluginwrapper', 'nvidia-query-resource-opengl-lib', 'p11-kit-trust', + 'pam', 'perl-libs', 'pipewire', 'postgresql-odbc',