From 7e3a24b025c6de52331e6812833a613d3f217e5b2f92aea80f0d7b21f05a271a Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 4 Jun 2020 10:51:30 +0000 Subject: [PATCH 1/3] 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 From 48547f82ca2b4e3992052596c7b12be180a01e03a4b77bb528982c2b2e3706f5 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 5 Jun 2020 11:00:20 +0000 Subject: [PATCH 2/3] Accepting request 811259 from home:mnhauke:branches:devel:openSUSE:Factory:rpmlint - Add '_gns3' to StandardGroups and StandardUsers OBS-URL: https://build.opensuse.org/request/show/811259 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=731 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index a25272d..ab8fedb 100644 --- a/config +++ b/config @@ -79,6 +79,7 @@ addFilter('.*non-standard-group.*') setOption('StandardGroups', ( '_cscreen', + '_gns3', 'aegis', 'antivir', 'arangodb', @@ -283,6 +284,7 @@ setOption('StandardGroups', ( setOption('StandardUsers', ( '_cscreen', + '_gns3', 'aegis', 'amanda', 'aodh', diff --git a/rpmlint.changes b/rpmlint.changes index 8cc3c47..f3cc34f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -3,6 +3,11 @@ Thu Jun 4 09:33:26 UTC 2020 - matthias.gerstner@suse.com - whitelist pam_setquota (bsc#1171563) +------------------------------------------------------------------- +Wed Jun 3 23:28:19 UTC 2020 - Martin Hauke + +- Add '_gns3' to StandardGroups and StandardUsers + ------------------------------------------------------------------- Mon May 25 09:44:52 UTC 2020 - matthias.gerstner@suse.com From 5ca8617aa8bf1f9673aa97d4614ae0346a01c78adb211642bcde66f5c770e698 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 5 Jun 2020 11:00:52 +0000 Subject: [PATCH 3/3] fix missing coma OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=732 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index ab8fedb..4414dc5 100644 --- a/config +++ b/config @@ -897,7 +897,7 @@ setOption("PAMModules.WhiteList", ( # mariadb (bsc#1163362) "pam_user_map.so", # oddjob (bsc#1169494) - "pam_oddjob_mkhomedir.so" + "pam_oddjob_mkhomedir.so", # cockpit (bsc#1169614) "pam_cockpit_cert.so", "pam_ssh_add.so",