17 lines
656 B
Plaintext
17 lines
656 B
Plaintext
|
# Unconditionally remove devel-file-in-non-devel rpmlint warning.
|
||
|
addFilter ("^mingw64-.*devel-file-in-non-devel")
|
||
|
|
||
|
# /usr/x86_64-pc-mingw32 is permitted by MinGW packaging guidelines.
|
||
|
addFilter ("^mingw64-.*non-standard-dir-in-usr x86_64-pc-mingw32")
|
||
|
|
||
|
# GCC and libtool create executable archive files. It's not clear
|
||
|
# why, but we permit this for now.
|
||
|
addFilter ("^mingw64-.*spurious-executable-perm.*\.dll\.a$")
|
||
|
|
||
|
# *.dll.a files are permitted arch-independent objects.
|
||
|
addFilter ("^mingw64-.*arch-independent-package-contains-binary-or-object.*\.dll\.a$")
|
||
|
|
||
|
addFilter ("^mingw64-.*mono-versioned-deps-missing")
|
||
|
|
||
|
addFilter ("^mingw64-.*files-duplicate")
|