New patches from Fedora.
[fedora-mingw.git] / mingw64-filesystem / mingw64-rpmlint.config
1 # rpmlint overrides file.
2 # This file filters out MinGW warnings.
3 # See: http://fedoraproject.org/wiki/MinGW/Rpmlint
4
5 # Unconditionally remove devel-file-in-non-devel rpmlint warning.
6 addFilter ("^mingw64-.*devel-file-in-non-devel")
7
8 # /usr/x86_64-pc-mingw32 is permitted by MinGW packaging guidelines.
9 addFilter ("^mingw64-.*non-standard-dir-in-usr x86_64-pc-mingw32")
10
11 # Permit *.la files (error is a bit odd, but it's what rpmlint prints).
12 addFilter ("^mingw64-.*script-without-shebang.*\.la$")
13
14 # GCC and libtool create executable archive files.  It's not clear
15 # why, but we permit this for now.
16 addFilter ("^mingw64-.*spurious-executable-perm.*\.dll\.a$")
17
18 # *.dll.a files are permitted arch-independent objects.
19 addFilter ("^mingw64-.*arch-independent-package-contains-binary-or-object.*\.dll\.a$")