From Fedora Project Wiki

< Taskotron‎ | Tasks

Revision as of 18:39, 25 February 2018 by Churchyard (talk | contribs)

What is rpmlint?

Rpmlint performs many different checks regarding RPM package sanity. Task-rpmlint is a Taskotron wrapper around that tool that executes it on every new Koji build and shows the results in Bodhi.

How does rpmlint task work?

Rpmlint task downloads all RPMs (source and binary) that your package consists of and runs rpmlint on them.

Whitelisting errors

You can whitelist errors that you believe don't apply to your package. task-rpmlint uses the same rpmlint config file as used by fedpkg lint, which is named <source_package_name>.rpmlintrc. If there's such a file in your distgit repository, it will be used when dist.rpmlint is performed. To test locally, you can use rpmlint --file <source_package_name>.rpmlintrc or fedpkg lint. The latter only after this PR gets merged and released (remove this note if it already happened).

Getting Help

If you have generic rpmlint-related questions, it's best to ask on devel list or fedora-devel IRC channel.

If you have troubles with task-rpmlint, please contact us.