Fix a bad Unicode rpminspect result
- Remove 0001-8332174-Remove-2-unpaired-RLO-Unicode-characters-in-.patch - Remove unicode section from rpminspect.yml, fixed instead by https://gitlab.cee.redhat.com/osci/rpminspect-data-redhat/-/merge_requests/180 (OPENJDK-2904) - Related: RHEL-58781
This commit is contained in:
parent
28f88e2b3b
commit
877474c4c0
@ -1408,10 +1408,6 @@ Patch6: rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-d
|
||||
#
|
||||
#############################################
|
||||
|
||||
# https://github.com/openjdk/jdk17u-dev/commit/859dda14f3f0d90294899812f5d34ea2e952a3df
|
||||
# Remove after next upstream update.
|
||||
Patch7: 0001-8332174-Remove-2-unpaired-RLO-Unicode-characters-in-.patch
|
||||
|
||||
# Currently empty
|
||||
|
||||
BuildRequires: autoconf
|
||||
@ -1866,7 +1862,6 @@ pushd %{top_level_dir_name}
|
||||
# rpmbuild.
|
||||
%patch -P1 -p1
|
||||
%patch -P6 -p1
|
||||
%patch -P7 -p1
|
||||
# Add crypto policy and FIPS support
|
||||
%patch -P1001 -p1
|
||||
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
||||
@ -2500,6 +2495,11 @@ require "copy_jdk_configs.lua"
|
||||
- Set is_ga to 0
|
||||
- Update sources to openjdk-17.0.13+1-ea.tar.xz
|
||||
- Related: RHEL-58781
|
||||
- Remove 0001-8332174-Remove-2-unpaired-RLO-Unicode-characters-in-.patch
|
||||
- Remove unicode section from rpminspect.yml, fixed instead by
|
||||
https://gitlab.cee.redhat.com/osci/rpminspect-data-redhat/-/merge_requests/180
|
||||
(OPENJDK-2904)
|
||||
- Related: RHEL-58781
|
||||
|
||||
* Mon Sep 23 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-3
|
||||
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
||||
|
@ -6,9 +6,3 @@ 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