File bareos-rpmlintrc of Package bareos
# not found in upstream documentation
addFilter("W: no-manual-page-for-binary btestls")
# let's assume noone wants to ship the plugins on a CD-ROM
addFilter("W: filename-too-long-for-joliet bareos-[\w-]*-plugins?-.*\.rpm")
# BuildArch: noarch on the main package affects the subpackages, and redefining BuildArch: %{_arch} on the subpackages would cause a different rpmlint error
# will consider disabling the main package and moving the metapackage components to something like "bareos-full"
addFilter("bareos\.[asx\d_]*: [EW]: no-binary")
# will send PR to rpmlint
addFilter("W: non-standard-gid")
addFilter("W: non-standard-uid")
# https://bugs.bareos.org/view.php?id=1494
addFilter("I: binary-or-shlib-calls-gethostbyname /usr/lib(?:64)?/bareos/libbareosdroplet\.so\.21\.1\.5")
#### Remove before submission to other projects
addFilter("W: no-version-in-last-changelog")
#### Remove after clearance
setBadness('permissions-unauthorized-file', 333)