mingw64-filesystem/mingw64-rpmlintrc
Ralf Habacker 6168209a85 Accepting request 991564 from home:rhabacker:branches:windows:mingw:win64
- Add 'arch-independent-package-contains-binary-or-object' filter also
  for static libraries (boo#1201173)
- When scanning libraries exclude non real dll file names e.g. '%s.dll'
- Add missing runtime dependencies (boo#1188144)
- Use newer $host-pkgconf
- Fix using undefined STRINGS env variable

OBS-URL: https://build.opensuse.org/request/show/991564
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=141
2022-07-28 13:39:51 +00:00

28 lines
1015 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 and *.a files are permitted arch-independent objects.
addFilter ("^mingw64-.*arch-independent-package-contains-binary-or-object.*\.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")