File vlc-beta-rpmlintrc of Package vlc-beta

14
 
1
# according to the developers this is a false positive
2
setBadness("shared-lib-calls-exit", 0)
3
4
# there's a good reason for packaging vlc and vlc.desktop separately
5
setBadness("desktopfile-without-binary", 0)
6
7
# plugins.dat is created on startup if necessary
8
setBadness("ghost-files-without-postin", 0)
9
10
# these are false positives
11
setBadness("file-contains-date-and-time", 0)
12
13
setBadness('arch-dependent-file-in-usr-share',0)
14