2023-03-15 21:41:19 +00:00
|
|
|
# not used on Leap 15.x for linting mingw64-filesystem package
|
|
|
|
|
2009-04-08 13:11:27 +00:00
|
|
|
# Unconditionally remove devel-file-in-non-devel rpmlint warning.
|
|
|
|
addFilter ("^mingw64-.*devel-file-in-non-devel")
|
|
|
|
|
2011-03-15 11:44:43 +00:00
|
|
|
# /usr/x86_64-w64-mingw32 is permitted by MinGW packaging guidelines.
|
|
|
|
addFilter ("^mingw64-.*non-standard-dir-in-usr x86_64-w64-mingw32")
|
2021-09-16 11:49:42 +00:00
|
|
|
addFilter ("^mingw64-.*filelist-forbidden-fhs23 /usr/x86_64-w64-mingw32")
|
2009-04-08 13:11:27 +00:00
|
|
|
|
|
|
|
# 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$")
|
|
|
|
|
2022-07-28 13:39:51 +00:00
|
|
|
# *.dll.a and *.a files are permitted arch-independent objects.
|
|
|
|
addFilter ("^mingw64-.*arch-independent-package-contains-binary-or-object.*\.a$")
|
2009-04-08 13:11:27 +00:00
|
|
|
|
|
|
|
addFilter ("^mingw64-.*mono-versioned-deps-missing")
|
|
|
|
|
|
|
|
addFilter ("^mingw64-.*files-duplicate")
|
2011-04-13 09:24:16 +00:00
|
|
|
|
|
|
|
addFilter("debuginfo-without-sources")
|
|
|
|
|
|
|
|
# This group is used a lot, so ignore the warning about it.
|
|
|
|
addFilter ("^mingw64-.*non-standard-group Development/Libraries$")
|
2021-09-16 11:49:42 +00:00
|
|
|
|
|
|
|
# using /opt/testing
|
|
|
|
addFilter("^mingw64-*filelist-forbidden-opt")
|
|
|
|
|
|
|
|
addFilter("^mingw64-.*potential-bashisms")
|