File vlc-rpmlintrc of Package A_tw-vlc

9
 
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
# Ignore executable stack on armv7
8
addFilter("executable-stack")
9