Add unicode section to rpminspect.yaml (OPENJDK-2904)
- Add unicode section to rpminspect.yaml (OPENJDK-2904) - Related: RHEL-46639
This commit is contained in:
parent
2825d1377e
commit
0877aea783
@ -2494,6 +2494,8 @@ require "copy_jdk_configs.lua"
|
||||
* Tue Jul 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
||||
- Set portablerelease to 2
|
||||
- Related: RHEL-46639
|
||||
- Add debuginfo section to rpminspect.yaml (OPENJDK-2904)
|
||||
- Add unicode section to rpminspect.yaml (OPENJDK-2904)
|
||||
|
||||
* Mon Jul 8 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
||||
- Add upstream patch that removes illegal RLO Unicode characters (JDK-8332174)
|
||||
|
@ -1,3 +1,14 @@
|
||||
---
|
||||
inspections:
|
||||
javabytecode: off
|
||||
|
||||
debuginfo:
|
||||
# Prevent rpminspect from complaining about intentional
|
||||
# "_find_debuginfo_opts -g" setting in spec file.
|
||||
debuginfo_sections: .debug_info .gdb_index
|
||||
|
||||
unicode:
|
||||
# Prevent rpminspect from complaining about illegal LEFT-TO-RIGHT
|
||||
# OVERRIDE Unicode character that is intentionally present in this
|
||||
# test case.
|
||||
exclude: ^TestLayoutVsICU_jdkbase.xml$
|
||||
|
Loading…
Reference in New Issue
Block a user