Delete comments about patch macro syntax

- Delete comments about patch macro syntax
- Related: RHEL-188876
This commit is contained in:
Thomas Fitzsimmons 2026-07-07 17:36:00 -04:00
parent 747b4e1e63
commit 405c176675

View File

@ -1850,19 +1850,6 @@ sh %{SOURCE12} %{top_level_dir_name}
# Patch the JDK
pushd %{top_level_dir_name}
# This syntax is deprecated:
# %%patchN [...]
# and should be replaced with:
# %%patch -PN [...]
# For example:
# %%patch1001 -p1
# becomes:
# %%patch -P1001 -p1
# The replacement format suggested by recent (circa Fedora 38) RPM
# deprecation messages:
# %%patch N [...]
# is not backward-compatible with prior (circa RHEL-8) versions of
# rpmbuild.
%patch -P1 -p1
%patch -P6 -p1
# Add crypto policy and FIPS support
@ -2503,6 +2490,7 @@ cjc.mainProgram(args)
* Mon Jul 13 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.20.0.8-1.1
- Set tzdata requires and build requires to 2026b
- Set fipsver to 821eb26f706
- Delete comments about patch macro syntax
* Mon Jul 13 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.20.0.8-1.1
- Specify portablerelease and rpmrelease (always 0 for portables) in the Release field (OPENJDK-4876)