Fixed #7164: android clipboard string termination
[platform/upstream/freerdp.git] / packaging / rpm / freerdp-nightly-rpmlintrc
1 # files are on purpose in /opt - vendor package
2 addFilter("dir-or-file-in-opt")
3 # required in this case that the binaries work
4 addFilter("binary-or-shlib-defines-rpath")
5 # ldconfig run not required
6 addFilter("library-without-ldconfig-postin")
7 addFilter("library-without-ldconfig-postun")
8 # keep debug symbols and so directly in the package
9 addFilter("unstripped-binary-or-object /opt/freerdp-nightly/lib64/*")
10 addFilter("unstripped-binary-or-object /opt/freerdp-nightly/bin/*")
11 addFilter("no-documentation")
12 addFilter("manpage-not-compressed")
13 addFilter("suse-filelist-forbidden-opt")