vlc/vlc-rpmlintrc

9 lines
279 B
Plaintext

# according to the developers this is a false positive
addFilter("libvlccore.* shared-lib-calls-exit")
# there's a good reason for packaging vlc and vlc.desktop separately
addFilter("desktopfile-without-binary")
# Ignore executable stack on armv7
addFilter("executable-stack")