Commit Graph

118 Commits

Author SHA1 Message Date
Andrew Hughes
c5b372cf45 Sync the copy of the portable specfile with the latest update
- Related: RHEL-188853
2026-08-01 00:53:10 +01:00
Andrew Hughes
a9fae33b29 Add CVEs to NEWS file
- Update to tarball with final changeset ID

Related: RHEL-188853
2026-08-01 00:50:01 +01:00
Andrew Hughes
c6bed3cdfd Fix documentation directory ownership
- Make headless own /usr/share/doc/java-1.8.0-openjdk
- Make javadoc-zip own /usr/share/javadoc/java-1.8.0-openjdk
- Change javadoc-zip to just own the top-level directory, not include the entire subtree

Resolves: RHEL-212353
2026-07-18 23:38:14 +01:00
Thomas Fitzsimmons
fbbdeb5300 Do not overwrite slowdebug __provides_exclude_from and __requires_exclude_from regexps
Resolves: RHEL-212352
2026-07-18 23:36:24 +01:00
Andrew Hughes
36d108e50d Sync the copy of the portable specfile with the latest update
Related: RHEL-212351
Related: RHEL-212337
Related: RHEL-188853
Related: RHEL-212346
2026-07-18 23:34:40 +01:00
Andrew Hughes
476a9f6bd7 Make zone string debug output optional in TestTranslations
Resolves: RHEL-212346
2026-07-18 23:33:48 +01:00
Andrew Hughes
ae42098fa4 Obsolete old RHEL releases (9.7.0-z, 10.1-z)
Resolves: RHEL-212344
2026-07-18 23:32:25 +01:00
Andrew Hughes
236315bb52 Update to jdk-21.0.12+8 (GA)
- Update release notes to 21.0.12+8
- Bump freetype version to 2.14.3 following JDK-8385390
- Bump giflib version to 6.1.3 following JDK-8384902
- Bump HarfBuzz version to 14.2.0 following JDK-8385490
- Bump lcms2 version to 2.19.1 following JDK-8375065 & JDK-8383354
- Bump libpng version to 1.6.58 following JDK-8384495

** This tarball is embargoed until 2026-07-21 @ 1pm PT. **

Resolves: RHEL-188853
2026-07-18 23:31:25 +01:00
Andrew Hughes
2d06091fc2 Specify portablerelease and rpmrelease (always 0 for portables) in the Release field
Resolves: RHEL-212337
2026-07-18 23:29:47 +01:00
Andrew Hughes
b86dc28f20 Move version information and core NVR definitions back towards the top of the file
Related: RHEL-212337
2026-07-18 23:26:12 +01:00
Andrew Hughes
aa6b3eadcd Remove macro references in comments where possible (%dnl not compatible enough yet)
- After discussion with fitzsim, it is easier and more compatible
- to rewrite (or just plain drop in the case of the %patch examples)
- macros in comments.  There doesn't seem to be a way to detect the
- presence of %dnl on older RPM versions, so we can't use it until
- we are only working on RHEL >= 9.

- While it works fine locally, attempting to build on CentOS 9 causes
- the srpm stage to fail with:
- error: /builddir/build/SPECS/java-25-openjdk.spec: line 3: %dnl: unexpected argument

Resolves: RHEL-212351
2026-07-18 23:20:20 +01:00
Andrew Hughes
e95a17c7f0 Cleanup tagging and gating scripts to appease shellcheck:
* scripts/builds/build_vanilla.sh: Use an array to handle the varying arguments to rhpkg.
* scripts/builds/check_signatures.sh: Quote variable usage.
* scripts/builds/waive_issue.sh: Remove redundant 'test "x"' usage.
* scripts/builds/waive_leapp_issue.sh: Likewise.
* scripts/builds/waive_rpminspect.sh: Likewise.
* scripts/builds/waive_usual_rpminspect.sh: Likewise and add missing WORKING_DIR variable.
* scripts/builds/waive_usual_tier0.sh: Remove redundant 'test "x"' usage.

Related: RHEL-212331
Related: RHEL-212335
2026-07-18 23:18:40 +01:00
Andrew Hughes
b95d2b50cc Add gating scripts to simplify obtaining results and waiving issues
Resolves: RHEL-212335
2026-07-18 23:18:09 +01:00
Andrew Hughes
39c3f98316 Update tagged versions to include 9.8.0-z, 9.9.0, 10.2-z & 10.3.
Resolves: RHEL-212333
2026-07-18 23:17:20 +01:00
Andrew Hughes
cce237df0f Update tagging scripts to include signature checks and correctly handle gating
Resolves: RHEL-212331
2026-07-18 23:15:38 +01:00
Thomas Fitzsimmons
c7ec581ccd rpminspect.yaml: Disable abidiff inspection
- Avoid out-of-memory on the CentOS test farm:
- See: https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1

Resolves: RHEL-212350
2026-07-18 23:13:58 +01:00
Andrew Hughes
7a859afcbe Sync the copy of the portable specfile with the latest update
Related: RHEL-169610
Related: RHEL-133225
Related: RHEL-146658
Related: RHEL-148337
Related: RHEL-148851
Related: RHEL-157100
Related: RHEL-161227
Related: RHEL-161343
Related: RHEL-169617
2026-04-20 20:02:49 +01:00
Andrew Hughes
ea33ba6d78 Add JDK-8375294 EOPNOTSUPP patch ahead of 21.0.13
Resolves: RHEL-169617
2026-04-20 20:00:44 +01:00
Andrew Hughes
d8091d7df5 Update to jdk-21.0.11+10 (GA)
- Update release notes to 21.0.11+10
- Update FIPS patch to feef2dc3ca7 version synced with 21.0.11+9 and adapted to JDK-8244336
- Bump freetype version to 2.14.2 following JDK-8373290 & JDK-8379158
- Bump giflib version to 6.1.2 following JDK-8379256 & JDK-8380078
- Bump libpng version to 1.6.57 following JDK-8380959 & JDK-8382047
- Bump zlib version to 1.3.2 following JDK-8378631

** This tarball is embargoed until 2026-04-21 @ 1pm PT. **

Resolves: RHEL-169610
Resolves: RHEL-133225
Resolves: RHEL-146658
Resolves: RHEL-148337
Resolves: RHEL-148851
Resolves: RHEL-157100
Resolves: RHEL-161227
Resolves: RHEL-161343
2026-04-20 19:48:12 +01:00
Andrew Hughes
328f2c582a Sync the copy of the portable specfile with the latest update
Related: RHEL-142858
Related: RHEL-139526
Related: RHEL-131450
Related: RHEL-131463
Related: RHEL-142860
2026-01-21 03:50:54 +00:00
Andrew Hughes
442ba5a54c Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
Resolves: RHEL-142819
2026-01-21 03:49:24 +00:00
Andrew Hughes
fe56f19a6f Update FIPS patch to include nss.fips.cfg that grants CKA_ENCRYPT
Resolves: RHEL-142860
2026-01-21 03:48:34 +00:00
Andrew Hughes
500cd6f99f Update to jdk-21.0.10+7 (GA)
- Update release notes to 21.0.10+7
- Bump libpng version to 1.6.51 following JDK-8372534

Resolves: RHEL-142858
Resolves: RHEL-139526
Resolves: RHEL-131450
Resolves: RHEL-131463

** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
2026-01-21 03:45:56 +00:00
Andrew Hughes
bc06a073a7 Add scripts to handle tagging of portable-based RPMs
Related: RHEL-118773
Related: RHEL-119450
2025-10-18 16:04:05 +01:00
Andrew Hughes
af19d41070 Bump rpmrelease for CentOS build
Related: RHEL-118773
Related: RHEL-119450
2025-10-18 16:03:27 +01:00
Andrew Hughes
90c047b61e Sync the copy of the portable specfile with the latest update
Related: RHEL-118773
Related: RHEL-119450
2025-10-18 13:20:57 +01:00
Andrew Hughes
0fc9bcf9b3 Update to jdk-21.0.9+10 (GA)
- Update release notes to 21.0.9+10
- Bump harfbuzz version to 11.2.0 following JDK-8355528
- Add NEWS corrections from Thomas
- Use double spacing consistently in notes for this release
- Correct 11u release reference to corresponding 21u release as pointed out by Kieran

** This tarball is embargoed until 2025-10-21 @ 1pm PT. **

Resolves: RHEL-118773
Resolves: RHEL-119450
2025-10-18 13:18:28 +01:00
Andrew Hughes
9238ecf0aa Sync the copy of the portable specfile with the latest update
** This tarball is embargoed until 2025-07-15 @ 1pm PT. **

Related: RHEL-102278
2025-07-11 22:26:55 +01:00
Andrew Hughes
763f687068 Update to jdk-21.0.8+9 (GA)
- Update release notes to 21.0.8+9
- Switch to GA mode

** This tarball is embargoed until 2025-07-15 @ 1pm PT. **

Resolves: RHEL-102278
2025-07-11 22:26:52 +01:00
Andrew Hughes
09feca611d Sync the copy of the portable specfile with the latest update
Related: RHEL-101799
2025-07-11 22:26:49 +01:00
Andrew Hughes
35e506b8f7 Update to jdk-21.0.8+8 (EA)
- Update release notes to 21.0.8+8

Resolves: RHEL-101799
2025-07-11 22:26:47 +01:00
Andrew Hughes
d6256bcf5d Exit if no fixes are obtained rather than try to run filters in openjdk_news.sh
Resolves: RHEL-103210
2025-07-11 22:26:44 +01:00
Andrew Hughes
f79ba1f530 Add duplicate check to openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:26:41 +01:00
Andrew Hughes
a6485c5b8a Add timezone data update check to openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:26:39 +01:00
Andrew Hughes
7bcf93b349 Sync the copy of the portable specfile with the latest update
Related: RHEL-101799
2025-07-11 22:26:36 +01:00
Andrew Hughes
e62179db6b Update to jdk-21.0.8+2 (EA)
- Update release notes to 21.0.8+2

Related: RHEL-101799
2025-07-11 22:26:33 +01:00
Andrew Hughes
4fcb413087 Print bundle updates and backouts at end of openjdk_news.sh output
- Refer user to get_bundle_versions.sh when bundle updates are found by openjdk_news.sh

Related: RHEL-103210
2025-07-11 22:26:16 +01:00
Andrew Hughes
fef04a652f Add OpenJDK 8u support to get_bundle_versions.sh
Related: RHEL-103210
2025-07-11 22:16:43 +01:00
Andrew Hughes
940a6c2b56 Update get_bundle_versions.sh to match other scripts
- get_bundle_versions.sh: Add license
- get_bundle_versions.sh: Set compile-command in Emacs
- get_bundle_versions.sh: Use different error codes for different failures
- get_bundle_versions.sh: Remove unneeded '.' in JPEG version
- get_bundle_versions.sh: shellcheck: Double-quote variable references (SC2086)
- get_bundle_versions.sh: shellcheck: Drop use of cat and pass file to awk directly (SC2002)

Related: RHEL-103210
2025-07-11 22:16:08 +01:00
Andrew Hughes
107d17dc66 Add script to obtain bundled library versions from OpenJDK sources
Related: RHEL-103210
2025-07-11 22:15:49 +01:00
Thomas Fitzsimmons
ed49018b23 Warn about bundled provide version bumps and backouts in openjdk_news.sh
Related: RHEL-103210
2025-07-11 22:11:27 +01:00
Andrew Hughes
5a24eabc45 Sync the copy of the portable specfile with the latest update
Related: RHEL-101799
2025-07-11 22:10:39 +01:00
Andrew Hughes
b1fe4679f1 Update to jdk-21.0.8+1 (EA)
- Update release notes to 21.0.8+1
- Bump freetype version to 2.13.3 following JDK-8348596
- Bump harfbuzz version to 10.4.0 following JDK-8348597
- Bump lcms2 version to 2.17.0 following JDK-8348110
- Bump libpng version to 1.6.47 following JDK-8348598
- Switch to EA mode
- Drop JDK-8351500 local patch which is now available in 21.0.8+1 upstream

Related: RHEL-101799
2025-07-11 22:10:17 +01:00
Andrew Hughes
887308c5a5 Sync the copy of the portable specfile with the latest update
- Related: RHEL-90306
2025-05-12 18:57:17 +01:00
Andrew Hughes
b29861fd9f Add local version of JDK-8351500 for early interim release before 21.0.8
- Resolves: RHEL-90306
2025-05-12 18:55:34 +01:00
Andrew Hughes
693363c02a Sync the copy of the portable specfile with the latest update
** This tarball is embargoed until 2025-04-15 @ 1pm PT. **

- Related: RHEL-86981
- Related: RHEL-86632
2025-04-12 02:41:50 +01:00
Andrew Hughes
e58f967900 Update to jdk-21.0.7+6 (GA)
- Update release notes to 21.0.7+6
- Rebase FIPS support against 21.0.7+5
- Require tzdata 2025a due to upstream inclusion of JDK-8347965

** This tarball is embargoed until 2025-04-15 @ 1pm PT. **

Resolves: RHEL-86981
Resolves: RHEL-86632
2025-04-12 02:35:46 +01:00
Andrew Hughes
a6330a35c6 Revert "Remove x86_64 debuginfo workaround which should no longer be needed"
This reverts commit c79d060a3c.

Related: RHEL-74404
2025-01-19 13:05:33 +00:00
Andrew Hughes
0f47d433d0 Update README.md to list an easier way of disabling the devkit
Related: RHEL-74404
2025-01-19 02:15:58 +00:00
Andrew Hughes
c79d060a3c Remove x86_64 debuginfo workaround which should no longer be needed
Related: RHEL-74404
2025-01-19 02:12:31 +00:00