Double percent signs consistently throughout comments

- Double percent signs consistently throughout comments

Related: RHEL-73981
Related: RHEL-73559
This commit is contained in:
Thomas Fitzsimmons 2024-11-29 16:03:43 -05:00
parent 4e145e78cf
commit 6a88f9fbd8

View File

@ -1359,10 +1359,10 @@ Patch1: rh1648242-accessible_toolkit_crash_do_not_break_jvm.patch
# Crypto policy and FIPS support patches # Crypto policy and FIPS support patches
# Patch is generated from the fips-17u tree at https://github.com/rh-openjdk/jdk/tree/fips-17u # Patch is generated from the fips-17u tree at https://github.com/rh-openjdk/jdk/tree/fips-17u
# as follows: git diff %%{vcstag} src make test > fips-17u-$(git show -s --format=%h HEAD).patch # as follows: git diff %%{vcstag} src make test > fips-17u-$(git show -s --format=%%h HEAD).patch
# Diff is limited to src and make subdirectories to exclude .github changes # Diff is limited to src and make subdirectories to exclude .github changes
# The following list is generated by: # The following list is generated by:
# git log %%{vcstag}.. --no-merges --format=%s --reverse: # git log %%{vcstag}.. --no-merges --format=%%s --reverse
# Fixes currently included: # Fixes currently included:
# PR3183, RH1340845: Support Fedora & RHEL system crypto policy # PR3183, RH1340845: Support Fedora & RHEL system crypto policy
# PR3695: Allow system crypto policy enforcement to be toggled on/off # PR3695: Allow system crypto policy enforcement to be toggled on/off
@ -1857,16 +1857,16 @@ sh %{SOURCE12} %{top_level_dir_name}
# Patch the JDK # Patch the JDK
pushd %{top_level_dir_name} pushd %{top_level_dir_name}
# This syntax is deprecated: # This syntax is deprecated:
# %patchN [...] # %%patchN [...]
# and should be replaced with: # and should be replaced with:
# %patch -PN [...] # %%patch -PN [...]
# For example: # For example:
# %patch1001 -p1 # %%patch1001 -p1
# becomes: # becomes:
# %patch -P1001 -p1 # %%patch -P1001 -p1
# The replacement format suggested by recent (circa Fedora 38) RPM # The replacement format suggested by recent (circa Fedora 38) RPM
# deprecation messages: # deprecation messages:
# %patch N [...] # %%patch N [...]
# is not backward-compatible with prior (circa RHEL-8) versions of # is not backward-compatible with prior (circa RHEL-8) versions of
# rpmbuild. # rpmbuild.
%patch -P1 -p1 %patch -P1 -p1
@ -2504,6 +2504,7 @@ cjc.mainProgram(args)
- Set rpmrelease to 2 - Set rpmrelease to 2
- Set is_ga to 0 - Set is_ga to 0
- Update sources to openjdk-17.0.14+1-ea.tar.xz - Update sources to openjdk-17.0.14+1-ea.tar.xz
- Double percent signs consistently throughout comments
* Fri Oct 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.13.0.11-4 * Fri Oct 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.13.0.11-4
- Set this to be the default/system JDK providing 'java', 'jre', 'java-devel', etc. - Set this to be the default/system JDK providing 'java', 'jre', 'java-devel', etc.