- Extend mingw64-find-debuginfo.sh: * Merging debug source package into debug info package is now provided with option '--merge-debug-source-package' * Add option '--no-debug-source-package' to skip building of debug source package used by wine package * Add option '--src-root-dir' to specify a custom directory for installing debug source files - mingw64.macros: Add parameter '-e' to %_mingw64_debug_package to exclude BuildArch: noarch used by wine package OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=169
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
# not used on Leap 15.x for linting mingw64-filesystem package
|
|
|
|
# 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")
|