File bftpd.rpmlintrc of Package bftpd

# Suppress logrotate-log-dir-not-packaged error for /var/log.
#
# This is a known false positive in rpmlint (see https://github.com/rpm-software-management/rpmlint/issues/551).
# The error occurs because rpmlint expects a package to explicitly own directories
# mentioned in its logrotate configuration. However, /var/log is a fundamental
# system directory, typically owned by the 'filesystem' package or equivalent,
# and not meant to be packaged by individual applications like bftpd.
# Packaging /var/log by bftpd would cause file ownership conflicts and prevent
# proper system operation. Therefore, this error is safely ignored.

addFilter("logrotate-log-dir-not-packaged /var/log")

openSUSE Build Service is sponsored by