On Mon, Mar 21, 2011 at 09:44:28AM -0700, R. Tyler Croy wrote:
Moin Michael!
Michael Matz schrieb am Montag, den 21. M?rz 2011:
Hi,
On Sun, 20 Mar 2011, R. Tyler Croy wrote:
Add to the source a text file with name wicd-rpmlintrc with the following content:
addFilter("suse-dbus-unauthorized-service")
Then add this file as source:
Source99: wicd-rpmlintrc
Dont, set the badness down to 0 instead.
In order to get the package *testable* I had to add that rpmlint hack,
Without going into the sec review topic right now, but what Marcus meant was that instead of disabling the whole check set its badness to 0. That way it still will show in the logs but won't prevent building (and hence testing). See http://en.opensuse.org/openSUSE:Packaging_checks#Disarming_Fatal_Errors
Disabling really should only be done for false positives which this of course isn't. In short do this in a rpmlintrc:
setBadness('suse-dbus-unauthorized-service', 0)
instead of addFilter.
Ahh, I gotcha. I'm new to packaging for openSUSE, and I thought Marcus (being a security guy) was being mean as in "just fix the problem instead of working around it."
Good to know, I've updated the package with r7.
I am sorry I was not clear :) Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org