From 01e7d328b7c260f98e5f8913799699ef483521c493d631bdf7da2d6e47ddc60f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Dec 2018 11:56:35 +0000 Subject: [PATCH 1/2] Accepting request 653585 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelist pam_slurm_adopt (bsc#1116758) OBS-URL: https://build.opensuse.org/request/show/653585 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=638 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 251c444..0f6bfaf 100644 --- a/config +++ b/config @@ -1196,6 +1196,8 @@ setOption("PAMModules.WhiteList", ( "pam_gdm.so", # pam_slurm (bsc#1007053) "pam_slurm.so", + # pam_slurm_adopt (bsc#1116758) + "pam_slurm_adopt.so", # pam_script (bsc#1039848) "pam_script.so", # pam_yubico (bsc#1087060) diff --git a/rpmlint.changes b/rpmlint.changes index 63340f8..8c02044 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 3 17:12:01 UTC 2018 - matthias.gerstner@suse.com + +- whitelist pam_slurm_adopt (bsc#1116758) + ------------------------------------------------------------------- Tue Nov 20 07:53:27 UTC 2018 - eich@suse.com From 2b7257e180c7d1a3226f1c41e100aee9fc7436b497fa2984abe7d9dca7d61223 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Dec 2018 07:46:10 +0000 Subject: [PATCH 2/2] Accepting request 656108 from home:TheBlackCat:branches:devel:openSUSE:Factory:rpmlint Add xrootd gid and uid whitelist. This is needed by the latest versions of xrootd. OBS-URL: https://build.opensuse.org/request/show/656108 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=639 --- config | 2 ++ rpmlint.changes | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/config b/config index 0f6bfaf..de69d10 100644 --- a/config +++ b/config @@ -503,6 +503,7 @@ setOption('StandardGroups', ( 'wireshark', 'www', 'xok', + 'xrootd', 'xymon', 'zeroinst', 'zkeyadm', @@ -681,6 +682,7 @@ setOption('StandardUsers', ( 'vscan', 'wnn', 'wwwrun', + 'xrootd', 'xymon', 'yastws', 'zeroinst', diff --git a/rpmlint.changes b/rpmlint.changes index 8c02044..496ef12 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 7 17:45:26 UTC 2018 - Todd R + +- Add xrootd gid and uid whitelist. + This is needed by the latest versions of xrootd. + ------------------------------------------------------------------- Mon Dec 3 17:12:01 UTC 2018 - matthias.gerstner@suse.com