diff --git a/config b/config index c0d5605..d1e568d 100644 --- a/config +++ b/config @@ -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", ( diff --git a/rpmlint.changes b/rpmlint.changes index 0286eca..685dc74 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 12:43:35 UTC 2020 - Matthias Gerstner + +- whitelist D-Bus files for powerdevil chargethreshold (bsc#1176474) + ------------------------------------------------------------------- Thu Oct 1 07:51:10 UTC 2020 - Paolo Stivanin