1#addFilter("E: shlib-policy-name-error")
2# We as packager don't take the risk to reload a perhaps running daemon
3# Bareos administrator should know that and only the director could be reloaded
4# safely if no jobs are running
5addFilter("W: init-script-without-%restart_on_update-postun /etc/init.d/bareos-dir")
6addFilter("W: init-script-without-%restart_on_update-postun /etc/init.d/bareos-sd")
7addFilter("W: init-script-without-%restart_on_update-postun /etc/init.d/bareos-fd")
8addFilter("W: no-reload-entry /etc/init.d/bareos-dir")
9addFilter("W: no-reload-entry /etc/init.d/bareos-fd")
10addFilter("W: no-reload-entry /etc/init.d/bareos-sd")
11
12# Filtered due to absolute false positive
13# http://lists.opensuse.org/opensuse-factory/2011-05/msg00315.html
14addFilter("W: file-contains-date-and-time")
15
16# Filtered there's no manual for init.d scripts
17# linked as /usr/sbin/rc
18addFilter("W: no-manual-page-for-binary rcbareos-dir")
19addFilter("W: no-manual-page-for-binary rcbareos-fd")
20addFilter("W: no-manual-page-for-binary rcbareos-sd")
21# Neither for console
22addFilter("W: no-manual-page-for-binary bareos-tray-monitor-gtk")
23addFilter("W: no-manual-page-for-binary bareos-tray-monitor-qt")
24# no man page for simple bash script unfrequently used
25addFilter("W: no-manual-page-for-binary btraceback")
26
27# BF asked upstream for fix - let the warning to remember
28# bareos-dir.x86_64: I: binary-or-shlib-calls-gethostbyname /usr/sbin/bsmtp
29# The binary calls gethostbyname(). Please port the code to use getaddrinfo().
30# addFilter("I: binary-or-shlib-calls-gethostbyname /usr/sbin/bsmtp")
31
32# We use %%config on a non config file
33# see spec for explanation
34addFilter("W: non-etc-or-var-file-marked-as-conffile /usr/lib64/bareos/query.sql")
35
36# Filtered non-standard-gid
37# We will ask for that
38addFilter("W: non-standard-gid")
39addFilter("W: non-standard-uid")
40
41# shlibs-policy : asked in -buildservice 2011-11-24
42# Filter added cause we don't share our .so and they can't be a different
43# version.
44# We (packagers & bareos specialists) decide to split those into separates
45# packages to simplify the requires and link with the 3 databases.
46addFilter("W: shlib-policy-missing-suffix")
47
48# These are fake warning, our package contain at least one lib
49# don't need versioning
50# can't be placed in runtime -dir package
51addFilter("W: shlib-policy-missing-lib ")
52addFilter("W: shlib-unversioned-lib")
53addFilter("E: shlib-policy-name-error")
54