pcp/pcp-rpmlintrc
David Disseldorp 69d45a3c4c Accepting request 150439 from home:dmdiss:bnc796448_invalid_licenses
- Describe xmktime.c and pthread_barrier.h licensing issues. Workaround by
  continuing to remove the testsuite; (bnc#796448).
- Fix race conditions in pmie and pmlogger startup scripts.
- use permissions framework for handling the worldwriteable+sticky
  bit directories. (bnc#782967)

OBS-URL: https://build.opensuse.org/request/show/150439
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=26
2013-01-30 14:23:41 +00:00

10 lines
471 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')