SHA256
1
0
forked from pool/rpmlint

Accepting request 838983 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint

- whitelist D-Bus files for powerdevil chargethreshold (bsc#1176474)

OBS-URL: https://build.opensuse.org/request/show/838983
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=750
This commit is contained in:
Dirk Mueller 2020-10-01 21:12:25 +00:00 committed by Git OBS Bridge
parent 7825840ab7
commit 1c67a9bbbe
2 changed files with 9 additions and 1 deletions

5
config
View File

@ -788,7 +788,10 @@ setOption("DBUSServices.WhiteList", (
"oddjob-mkhomedir.conf",
# libvirt-dbus (bsc#1173093)
"org.libvirt.service",
"org.libvirt.conf"
"org.libvirt.conf",
# powerdevil chargethreshold helper (bsc#1176474)
"org.kde.powerdevil.chargethresholdhelper.service",
"org.kde.powerdevil.chargethresholdhelper.conf",
))
setOption("PAMModules.WhiteList", (

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 1 12:43:35 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
- whitelist D-Bus files for powerdevil chargethreshold (bsc#1176474)
-------------------------------------------------------------------
Thu Oct 1 07:51:10 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>