mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 21:42:53 +00:00
10 lines
521 B
Text
10 lines
521 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")
|