update to 2.9.2
[platform/upstream/fuse.git] / packaging / fuse.rpmlintrc
1 # This line is mandatory to access the configuration functions
2 from Config import *
3
4 # rpmlint message:
5 # Your package contains a /etc/init.d scrip")
6 # a start dependency that is not behind $remote_fs, while it apparently
7 # needs $remote_fs dependency due to files being packaged under /usr.
8 #
9 # /usr/bin/fusermount is only needed when normal users want to mount,
10 # otherwise everything else is outside of /usr, so it can be localfs:
11 #
12 addFilter("fuse non-remote_fs-dependency")
13
14 # Everything moved away, so it got small but the docs are not huge:
15 addFilter("fuse package-with-huge-docs")