From 6830adfb181cff4d7f2e82ce306bc34ba1a8d3efd7e063a03028abecaf788dd8 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 25 May 2020 10:03:55 +0000 Subject: [PATCH] Accepting request 808695 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelist pam_usertype (bsc#1171564) OBS-URL: https://build.opensuse.org/request/show/808695 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=728 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 231d38c..afc95d7 100644 --- a/config +++ b/config @@ -899,6 +899,8 @@ setOption("PAMModules.WhiteList", ( # cockpit (bsc#1169614) "pam_cockpit_cert.so", "pam_ssh_add.so", + # pam (bsc#1171564) + "pam_usertype.so", )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index c77ee9a..dd164af 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 25 09:44:52 UTC 2020 - matthias.gerstner@suse.com + +- whitelist pam_usertype (bsc#1171564) + ------------------------------------------------------------------- Wed May 20 11:51:53 UTC 2020 - Johannes Segitz