Bug 475229

Summary: rpmlint error on kauth for kf6
Product: [Frameworks and Libraries] frameworks-kauth Reporter: Steve Cossette <farchord>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: REPORTED ---    
Severity: normal CC: nate, nicolas.fella
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Steve Cossette 2023-10-05 00:21:22 UTC
Hello,

I'm working on importing kauth for kf6 in Fedora. Except upon checking the package for lint issues against the latest commit (0b37b029eaa4a32ae82da13d69ba2b7e07c1495a), I get the following errors:

kf6-kauth.x86_64: E: dbus-policy-allow-without-destination <allow send_interface="org.kde.kf6auth"/> /usr/share/dbus-1/system.d/org.kde.kf6auth.conf
kf6-kauth.x86_64: W: dbus-policy-allow-receive <allow receive_sender="org.kde.kf6auth"/> /usr/share/dbus-1/system.d/org.kde.kf6auth.conf
kf6-kauth.x86_64: W: dbus-policy-allow-receive <allow receive_interface="org.kde.kf6auth"/> /usr/share/dbus-1/system.d/org.kde.kf6auth.conf

Explanations:

dbus-policy-allow-without-destination:
'allow' directives must always specify a 'send_destination'.

dbus-policy-allow-receive:
allow receive_* is normally not needed as that is the default.