SHA256
1
0
forked from pool/rpmlint

Accepting request 241367 from devel:openSUSE:Factory:rpmlint

- allow org.kde.kf5auth.conf after adjustment of race condition
  (bnc#864716) (forwarded request 241366 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/241367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=223
This commit is contained in:
Stephan Kulow 2014-07-18 04:40:45 +00:00 committed by Git OBS Bridge
commit 71e5dfb4aa
2 changed files with 9 additions and 1 deletions

4
config
View File

@ -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", (

View File

@ -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