pcp/pcp-rpmlintrc

16 lines
845 B
Plaintext

# Note: there are some headers (e.g. domain.h) and in a few cases some
# C source files that rpmlint complains about. These are not devel files,
# but rather they are (slightly obscure) PMDA config files.
#
addFilter('E: devel-file-in-non-devel-package')
# A /var/lib/pcp/tmp directory is created for the safe creation of shared
# tmp files. it must be world writeable for PMDAs and client tools, which
# may be run as anyone.
#addFilter('E: permissions-world-writable')
# pcp-testsuite.x86_64: W: potential-bashisms /var/lib/pcp/testsuite/archives/mk.ipcs
# checkbashisms reported potential bashisms in a /bin/sh shell script, you might
# want to manually check this script for bashisms.
addFilter('pcp-testsuite.*W: potential-bashisms');
# pcp-testsuite.x86_64: E: env-script-interpreter
addFilter('pcp-testsuite.*E: env-script-interpreter');