blob: 2e24773e7b7eeec55a0d5ea9a32b0d0703a34ebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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")
|