From 97a96939d620fffc8b30738cfe40eee9c88ea6f135a557b2d9b5b5e526c10a11 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 17 Jul 2014 16:13:00 +0000 Subject: [PATCH] Accepting request 241366 from home:msmeissn:branches:devel:openSUSE:Factory:rpmlint - allow org.kde.kf5auth.conf after adjustment of race condition (bnc#864716) OBS-URL: https://build.opensuse.org/request/show/241366 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=283 --- config | 4 +++- rpmlint.changes | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config b/config index cd86bdd..3c057af 100644 --- a/config +++ b/config @@ -623,7 +623,9 @@ setOption("DBUSServices.WhiteList", ( "org.selinux.service", "org.selinux.conf", # oFono (bnc#862354) - "ofono.conf" + "ofono.conf", + # libKF5Auth4 (bnc#864716) + "org.kde.kf5auth.conf" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 7183cd6..3755a84 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 17 16:05:52 UTC 2014 - meissner@suse.com + +- allow org.kde.kf5auth.conf after adjustment of race condition + (bnc#864716) + ------------------------------------------------------------------- Tue Jul 8 18:35:14 UTC 2014 - achernikov@suse.com