- Fix install path and file format for global rpmlint config file on openSUSE_Tumbleweed (bug boo#1190304, boo#1190438) - Use rpmlint-mini also on Leap 15.x to fix the conflict breakage - Be more verbose when version in generated xxxConfigVersion.cmake files is empty (see https://build.opensuse.org/request/show/915515) - Sync with mingw32 variant OBS-URL: https://build.opensuse.org/request/show/919461 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=131
28 lines
1012 B
Plaintext
28 lines
1012 B
Plaintext
# Unconditionally remove devel-file-in-non-devel rpmlint warning.
|
|
addFilter ("^mingw64-.*devel-file-in-non-devel")
|
|
|
|
# /usr/x86_64-w64-mingw32 is permitted by MinGW packaging guidelines.
|
|
addFilter ("^mingw64-.*non-standard-dir-in-usr x86_64-w64-mingw32")
|
|
addFilter ("^mingw64-.*filelist-forbidden-fhs23 /usr/x86_64-w64-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")
|
|
|
|
addFilter("debuginfo-without-sources")
|
|
|
|
# This group is used a lot, so ignore the warning about it.
|
|
addFilter ("^mingw64-.*non-standard-group Development/Libraries$")
|
|
|
|
# using /opt/testing
|
|
addFilter("^mingw64-*filelist-forbidden-opt")
|
|
|
|
addFilter("^mingw64-.*potential-bashisms")
|