From 7e3a24b025c6de52331e6812833a613d3f217e5b2f92aea80f0d7b21f05a271a Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 4 Jun 2020 10:51:30 +0000 Subject: [PATCH] Accepting request 811361 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelist pam_setquota (bsc#1171563) OBS-URL: https://build.opensuse.org/request/show/811361 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=730 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index afc95d7..a25272d 100644 --- a/config +++ b/config @@ -901,6 +901,8 @@ setOption("PAMModules.WhiteList", ( "pam_ssh_add.so", # pam (bsc#1171564) "pam_usertype.so", + # pam (bsc#1171563) + "pam_setquota.so", )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index dd164af..8cc3c47 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 4 09:33:26 UTC 2020 - matthias.gerstner@suse.com + +- whitelist pam_setquota (bsc#1171563) + ------------------------------------------------------------------- Mon May 25 09:44:52 UTC 2020 - matthias.gerstner@suse.com