- Update to 20200825 - Fix * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/fileattrs/mingw64-cmake.attr * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/mingw64-cmake.prov * W: script-without-shebang /usr/libexec/rpm/fileattrs/mingw64-cmake.attr * W: non-standard-group Development/Libraries * installing mingw64-scripts on Tumbleweed * not using present rpmlint config for building this package OBS-URL: https://build.opensuse.org/request/show/829904 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=117
23 lines
905 B
Plaintext
23 lines
905 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-.*suse-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$")
|