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-58785
This commit is contained in:
parent
edf9610070
commit
a931ca9433
@ -1412,10 +1412,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
|
# Currently empty
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -1870,7 +1866,6 @@ pushd %{top_level_dir_name}
|
|||||||
# rpmbuild.
|
# rpmbuild.
|
||||||
%patch -P1 -p1
|
%patch -P1 -p1
|
||||||
%patch -P6 -p1
|
%patch -P6 -p1
|
||||||
%patch -P7 -p1
|
|
||||||
# Add crypto policy and FIPS support
|
# Add crypto policy and FIPS support
|
||||||
%patch -P1001 -p1
|
%patch -P1001 -p1
|
||||||
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
||||||
@ -2505,6 +2500,11 @@ cjc.mainProgram(args)
|
|||||||
- Set is_ga to 0
|
- Set is_ga to 0
|
||||||
- Update sources to openjdk-17.0.13+1-ea.tar.xz
|
- Update sources to openjdk-17.0.13+1-ea.tar.xz
|
||||||
- Related: RHEL-58785
|
- Related: RHEL-58785
|
||||||
|
- 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-58785
|
||||||
|
|
||||||
* Mon Sep 23 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.7-3
|
* 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-centos-9
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-centos-9
|
||||||
|
@ -6,9 +6,3 @@ debuginfo:
|
|||||||
# Prevent rpminspect from complaining about intentional
|
# Prevent rpminspect from complaining about intentional
|
||||||
# "_find_debuginfo_opts -g" setting in spec file.
|
# "_find_debuginfo_opts -g" setting in spec file.
|
||||||
debuginfo_sections: .debug_info .gdb_index
|
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