2012-07-23 11:26:23 +02:00
|
|
|
# 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.
|
|
|
|
#
|
2012-07-30 16:23:24 +02:00
|
|
|
addFilter('E: devel-file-in-non-devel-package')
|
2012-11-21 16:07:21 +01:00
|
|
|
# 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.
|
2013-01-30 15:23:41 +01:00
|
|
|
#addFilter('E: permissions-world-writable')
|