From bbbac7b8d5205df1015cbe44fbcde207f74e4b80e97c6bdee722bc13f8cbf8cb Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 8 Sep 2015 09:38:37 +0000 Subject: [PATCH 1/3] Accepting request 329643 from home:kstreitova:branches:devel:openSUSE:Factory:rpmlint - Add shibd user and group [fate#318304] OBS-URL: https://build.opensuse.org/request/show/329643 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=337 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index fa3991d..e5bec1e 100644 --- a/config +++ b/config @@ -203,6 +203,7 @@ setOption('StandardGroups', ( 'sddm', 'sensu', 'shadow', + 'shibd', 'siproxd', 'snort', 'squid', @@ -362,6 +363,7 @@ setOption('StandardUsers', ( 'sapdb', 'sddm', 'sensu', + 'shibd', 'siproxd', 'snort', 'squid', diff --git a/rpmlint.changes b/rpmlint.changes index cb81447..f6e092c 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 8 09:14:07 UTC 2015 - kstreitova@suse.com + +- Add shibd user and group [fate#318304] + ------------------------------------------------------------------- Thu Jul 9 12:08:08 UTC 2015 - msrb@suse.com From 296253131f45ff07daeaed5a6bd388bbf5ce1d9708f4c9007353fa9c942ae564 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 9 Sep 2015 10:51:13 +0000 Subject: [PATCH 2/3] Accepting request 330014 from home:krahmer:branches:devel:openSUSE:Factory:rpmlint - Added teamd DBUS config (bnc#941993) OBS-URL: https://build.opensuse.org/request/show/330014 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=338 --- config | 5 ++++- rpmlint.changes | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config b/config index e5bec1e..0f57936 100644 --- a/config +++ b/config @@ -674,7 +674,10 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.network1.service", # realmd (bnc#916766) "org.freedesktop.realmd.service", - "org.freedesktop.realmd.conf" + "org.freedesktop.realmd.conf", + # teamd (bnc#941993) + "teamd@.service", + "org.libteam.teamd.conf" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index f6e092c..ac1d918 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 9 10:24:17 UTC 2015 - krahmer@suse.com + +- Added teamd DBUS config (bnc#941993) + ------------------------------------------------------------------- Tue Sep 8 09:14:07 UTC 2015 - kstreitova@suse.com From e79f19c562ce7d06115349b276023a360633a41e59e1a1aa06a5b0c0b4ada7c6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 12 Sep 2015 06:21:18 +0000 Subject: [PATCH 3/3] Accepting request 330560 from home:aboe76:branches:devel:openSUSE:Factory:rpmlint add salt user and group to rpmlint otherwise I can't fix: bugzilla.opensuse.org/show_bug.cgi?id=939831 OBS-URL: https://build.opensuse.org/request/show/330560 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=339 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 0f57936..0c8939f 100644 --- a/config +++ b/config @@ -199,6 +199,7 @@ setOption('StandardGroups', ( 'radiusd', 'root', 'sabayon-admin', + 'salt', 'sapdb', 'sddm', 'sensu', @@ -360,6 +361,7 @@ setOption('StandardUsers', ( 'radvd', 'root', 'sabayon-admin', + 'salt', 'sapdb', 'sddm', 'sensu', diff --git a/rpmlint.changes b/rpmlint.changes index ac1d918..50d7250 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 11 18:57:03 UTC 2015 - aboe76@gmail.com + +- Added salt user and group (bnc#939831) + ------------------------------------------------------------------- Wed Sep 9 10:24:17 UTC 2015 - krahmer@suse.com