From 9306daa45d78b2adb2b96347d2a3a952b25e2f8a6673dff4b6623cc979d5829b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Sep 2018 00:03:25 +0000 Subject: [PATCH] Accepting request 637692 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelist iwd D-Bus service (bsc#1108037) OBS-URL: https://build.opensuse.org/request/show/637692 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=622 --- config | 5 ++++- rpmlint.changes | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config b/config index 94389fe..61eccbe 100644 --- a/config +++ b/config @@ -1062,7 +1062,10 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.ratbag1.service", "org.freedesktop.ratbag1.conf", # xpra (bsc#1102836) - "xpra.conf" + "xpra.conf", + # iwd (bsc#1108037) + "net.connman.iwd.service", + "iwd-dbus.conf" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index a4a5b38..206ee23 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 24 14:37:19 UTC 2018 - matthias.gerstner@suse.com + +- whitelist iwd D-Bus service (bsc#1108037) + ------------------------------------------------------------------- Wed Sep 12 19:32:02 UTC 2018 - mpost@suse.com