From 1b61f1b628a6259de4085ddbb68f61a55f34d316b97183dc32e2b1d3f89323ec Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 Apr 2018 10:54:05 +0000 Subject: [PATCH] Accepting request 598566 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelisting pam_yubico module (bsc#1087060) OBS-URL: https://build.opensuse.org/request/show/598566 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=584 --- config | 6 ++++-- rpmlint.changes | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config b/config index a3dd59a..8d72ea3 100644 --- a/config +++ b/config @@ -1166,9 +1166,11 @@ setOption("PAMModules.WhiteList", ( # pam_gdm (bsc#1004346) "pam_gdm.so", # pam_slurm (bsc#1007053) - "pam_slurm.so" + "pam_slurm.so", # pam_script(bsc#1039848) - "pam_script.so" + "pam_script.so", + # pam_yubico(bsc#1087060) + "pam_yubico.so" )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index 51dae44..ce5e79c 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 19 13:58:06 UTC 2018 - matthias.gerstner@suse.com + +- whitelisting pam_yubico module (bsc#1087060) + ------------------------------------------------------------------- Tue Apr 10 14:49:53 UTC 2018 - matthias.gerstner@suse.com