Bug 475229 - rpmlint error on kauth for kf6
Summary: rpmlint error on kauth for kf6
Status: REPORTED
Alias: None
Product: frameworks-kauth
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-05 00:21 UTC by Steve Cossette
Modified: 2023-10-11 20:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.