From 9cf9008886005e1cb7595908b0b23d80a2fa3b43 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Mon, 9 Oct 2023 13:46:38 +0200 Subject: [PATCH] dbus-services: adjust to etc -> usr move in thermald (bsc#1215873) --- configs/openSUSE/dbus-services.toml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/configs/openSUSE/dbus-services.toml b/configs/openSUSE/dbus-services.toml index ebebc8996..96260bad1 100644 --- a/configs/openSUSE/dbus-services.toml +++ b/configs/openSUSE/dbus-services.toml @@ -655,12 +655,16 @@ nodigests = [ [[FileDigestGroup]] package = "thermald" type = "dbus" -note = "imported from rpmlint1 DBUSServices.WhiteList" -bug = "bsc#954771" -nodigests = [ - "/etc/dbus-1/system.d/org.freedesktop.thermald.conf", - "/usr/share/dbus-1/system-services/org.freedesktop.thermald.service", -] +note = "Daemon to control thermal settings. Not fit for unprivileges API access!" +bugs = ["bsc#954771", "bsc#1215873"] +[[FileDigestGroup.digests]] +path = "/usr/share/dbus-1/system-services/org.freedesktop.thermald.service" +digester = "shell" +hash = "0400fd4be2dc9607e29b51c257b867bea932d461e78f84fc2986637dee6fba87" +[[FileDigestGroup.digests]] +path = "/usr/share/dbus-1/system.d/org.freedesktop.thermald.conf" +digester = "xml" +hash = "ee724388f3ea73402b1ceb753d77a19636cf14b74c2a79bf5581ae4067aa49b5" [[FileDigestGroup]] package = "iio-sensor-proxy"