# Mandated location for OCF directory
addFilter("E: hardcoded-library-path in %{_prefix}/lib/ocf")

# Common location used to guess systemd presence
addFilter("E: hardcoded-library-path in /usr/lib/os-release")

# When building developer packages
addFilter("W: invalid-url Source0:")

# rpmlint doesn't like logrotate script being in pacemaker-cli package
addFilter("E: incoherent-logrotate-file /etc/logrotate.d/pacemaker")

# pacemaker_remote scriptlets use a state file
addFilter("W: dangerous-command-in-%(pre|postun|posttrans) rm")

# This is a Mandriva-specific specific check that is sometimes enabled
# on other distributions
addFilter("E: lib-package-without-%mklibname")
