File vlc-rpmlintrc of Package vlc
7
1
# according to the developers this is a false positive
2
addFilter("libvlccore.* shared-lib-calls-exit")
3
4
# there's a good reason for packaging vlc and vlc.desktop separately
5
addFilter("desktopfile-without-binary")
6
7