mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
rpmlint config from vsos_java/java-1.8-openjdk
This commit is contained in:
parent
6f12055999
commit
38831a4913
2 changed files with 13 additions and 0 deletions
10
java-11-openjdk.rpmlintrc
Normal file
10
java-11-openjdk.rpmlintrc
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# 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")
|
|
@ -1082,6 +1082,9 @@ Source14: TestECDSA.java
|
||||||
# Verify system crypto (policy) can be disabled via a property
|
# Verify system crypto (policy) can be disabled via a property
|
||||||
Source15: TestSecurityProperties.java
|
Source15: TestSecurityProperties.java
|
||||||
|
|
||||||
|
# ROSA-specific
|
||||||
|
Source300: %{name}.rpmlintrc
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
#
|
#
|
||||||
# RPM/distribution specific patches
|
# RPM/distribution specific patches
|
||||||
|
|
Loading…
Add table
Reference in a new issue