File chkrootkit-rpmlintrc of Package chkrootkit
# This line is mandatory to access the configuration functions
from Config import *
addFilter("chkrootkit.* statically-linked-binary")
# ignore the version information in the changes file - we provide
# this information inside the changelog entry, not in the header
addFilter("no-version-in-last-changelog");
# the binary /usr/sbin/strings-static should be compiled with '-static'
# option by intention. The rpmlint warning can be ignored in this case:
addFilter("position-independent-executable-suggested.*/usr/sbin/strings-static");