Add unicode section to rpminspect.yaml (OPENJDK-2904)
- Related: RHEL-52734
This commit is contained in:
parent
b059bf3045
commit
b71b055532
@ -2554,6 +2554,7 @@ cjc.mainProgram(args)
|
||||
- Add upstream patch that removes illegal RLO Unicode characters (JDK-8332174)
|
||||
- Sync the copy of the portable specfile with the latest update
|
||||
- Add debuginfo section to rpminspect.yaml (OPENJDK-2904)
|
||||
- Add unicode section to rpminspect.yaml (OPENJDK-2904)
|
||||
- Related: RHEL-52734
|
||||
|
||||
* Wed Jul 31 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.11.0.9-2
|
||||
|
@ -6,3 +6,9 @@ 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