From 6a88f9fbd879cbb71326b32dcb1233894ba23454 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Fri, 29 Nov 2024 16:03:43 -0500 Subject: [PATCH] Double percent signs consistently throughout comments - Double percent signs consistently throughout comments Related: RHEL-73981 Related: RHEL-73559 --- java-17-openjdk.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 23d5198..be1f8ee 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -1359,10 +1359,10 @@ Patch1: rh1648242-accessible_toolkit_crash_do_not_break_jvm.patch # Crypto policy and FIPS support patches # 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 # 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: # PR3183, RH1340845: Support Fedora & RHEL system crypto policy # PR3695: Allow system crypto policy enforcement to be toggled on/off @@ -1857,16 +1857,16 @@ sh %{SOURCE12} %{top_level_dir_name} # Patch the JDK pushd %{top_level_dir_name} # This syntax is deprecated: -# %patchN [...] +# %%patchN [...] # and should be replaced with: -# %patch -PN [...] +# %%patch -PN [...] # For example: -# %patch1001 -p1 +# %%patch1001 -p1 # becomes: -# %patch -P1001 -p1 +# %%patch -P1001 -p1 # The replacement format suggested by recent (circa Fedora 38) RPM # deprecation messages: -# %patch N [...] +# %%patch N [...] # is not backward-compatible with prior (circa RHEL-8) versions of # rpmbuild. %patch -P1 -p1 @@ -2504,6 +2504,7 @@ cjc.mainProgram(args) - Set rpmrelease to 2 - Set is_ga to 0 - Update sources to openjdk-17.0.14+1-ea.tar.xz +- Double percent signs consistently throughout comments * Fri Oct 18 2024 Andrew Hughes - 1:17.0.13.0.11-4 - Set this to be the default/system JDK providing 'java', 'jre', 'java-devel', etc.