Set portablerelease to 2
- Set portablerelease to 2 - Remove test to ensure blocked.certs is valid, done in portable - Related: RHEL-122136 - Related: RHEL-131590 - Related: RHEL-131601 - Related: RHEL-139552 - Related: RHEL-149327
This commit is contained in:
parent
d8a58568cd
commit
b5c5b432a6
@ -386,7 +386,7 @@
|
||||
%global buildver 8
|
||||
%global rpmrelease 2
|
||||
# Settings used by the portable build
|
||||
%global portablerelease 1
|
||||
%global portablerelease 2
|
||||
# Portable suffix differs between RHEL and CentOS
|
||||
%if 0%{?centos} == 0
|
||||
%global portablesuffix el8
|
||||
@ -2038,11 +2038,6 @@ export SEC_DEBUG="-Djava.security.debug=properties"
|
||||
$JAVA_HOME/bin/java ${SEC_DEBUG} ${PROG} true
|
||||
$JAVA_HOME/bin/java ${SEC_DEBUG} -Djava.security.disableSystemPropertiesFile=true ${PROG} false
|
||||
|
||||
# Check blocked.certs is valid (OPENJDK-4362)
|
||||
jtreg_test=$(pwd)/%{top_level_dir_name}/test/jdk/sun/security/lib/CheckBlockedCerts.java
|
||||
jtreg_dir=$(dirname ${jtreg_test})
|
||||
$JAVA_HOME/bin/java --add-exports java.base/sun.security.util=ALL-UNNAMED -Dtest.src=${jtreg_dir} ${jtreg_test}
|
||||
|
||||
# Check src.zip has all sources. See RHBZ#1130490
|
||||
unzip -l $JAVA_HOME/lib/src.zip | grep 'sun.misc.Unsafe'
|
||||
|
||||
@ -2517,14 +2512,25 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.18.0.8-2
|
||||
- Set portablerelease to 2
|
||||
- Remove test to ensure blocked.certs is valid, done in portable
|
||||
- Related: RHEL-122136
|
||||
- Related: RHEL-131590
|
||||
- Related: RHEL-131601
|
||||
- Related: RHEL-139552
|
||||
- Related: RHEL-149327
|
||||
|
||||
* Wed Feb 11 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.18.0.8-2
|
||||
- Add test to ensure blocked.certs is valid (OPENJDK-4362)
|
||||
- Restore NEWS file so portable can be rebuilt
|
||||
- Resolves: RHEL-149327
|
||||
|
||||
* Wed Feb 11 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.18.0.8-2
|
||||
- Set rpmrelease to 2
|
||||
- Sync java-17-openjdk-portable.specfile from openjdk-portable-centos-9
|
||||
- Set fipsver to e1780dd5d39
|
||||
- Resolves: RHEL-122136
|
||||
|
||||
* Fri Jan 16 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.18.0.8-1
|
||||
- Update to jdk-17.0.18+8 (GA)
|
||||
@ -2533,6 +2539,7 @@ cjc.mainProgram(args)
|
||||
- Set buildver to 8
|
||||
- Set is_ga to 1
|
||||
- Update sources to openjdk-17.0.18+8.tar.xz
|
||||
- Resolves: RHEL-139552
|
||||
- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
|
||||
|
||||
* Thu Jan 15 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.18.0.7-0.1.ea
|
||||
@ -2543,6 +2550,8 @@ cjc.mainProgram(args)
|
||||
- Set is_ga to 0
|
||||
- Update sources to openjdk-17.0.18+7-ea.tar.xz
|
||||
- Set bundled libpng version to 1.6.51
|
||||
- Resolves: RHEL-131590
|
||||
- Resolves: RHEL-131601
|
||||
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
||||
|
||||
* Thu Oct 16 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.17.0.10-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user