mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
13 lines
649 B
Text
13 lines
649 B
Text
# See "%global _find_debuginfo_opts -g" and comments in spec
|
|
addFilter("E: unstripped-binary-or-object.*")
|
|
# allow unversioned libs in this custom location
|
|
addFilter("E: invalid-soname .*/usr/lib/jvm/.*")
|
|
# allow RPATHs in custom locations
|
|
addFilter("W: binary-or-shlib-defines-rpath .*/usr/lib/jvm/.*")
|
|
# allow weird stuff in hacky slowdebug subpackages
|
|
addFilter("W: devel-file-in-non-devel-package .*/usr/lib/jvm/.*-slowdebug/.*")
|
|
# allow long summaries to avoid odd diffs with Fedora
|
|
addFilter("E: summary-too-long")
|
|
# add an exception as written in
|
|
# http://wiki.rosalab.ru/ru/index.php/Rpmlint_Errors#non-readable
|
|
addFilter("E: non-readable")
|