Add unicode section to rpminspect.yaml (OPENJDK-2904)
- Add unicode section to rpminspect.yaml (OPENJDK-2904) - Related: RHEL-46635
This commit is contained in:
parent
1ec9659f55
commit
61f2804f9b
@ -2498,6 +2498,7 @@ cjc.mainProgram(args)
|
||||
%changelog
|
||||
* Tue Jul 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
||||
- 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)
|
||||
|
@ -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