Description of problem: system-config-samba has a hardcoded dependency on PolicyKit-gnome. Is this really necessary? In the KDE spin, we would like to ship PolicyKit-kde instead of PolicyKit-gnome. PolicyKit-kde also implements the org.freedesktop.PolicyKit.AuthenticationAgent service. (Note that system-config-samba is not included on the current KDE spin.) Version-Release number of selected component (if applicable): system-config-samba-0:1.2.69-1.fc11 How reproducible: Always Steps to Reproduce: 1. repoquery --repoid=rawhide --whatrequires PolicyKit-gnome Actual results: system-config-samba requires PolicyKit-gnome. Expected results: system-config-samba does not require PolicyKit-gnome. Additional info: Maybe a common Provides in both PolicyKit-gnome and PolicyKit-kde is needed?
In Rawhide, both PolicyKit-gnome and PolicyKit-kde now have: Provides: PolicyKit-authentication-agent so you can require this instead of PolicyKit-gnome.
Fixed in system-config-samba-1.2.71-1.fc11 which is building right now.