moved from deprecated patchN to patch N

This commit is contained in:
Jiri Vanek 2023-03-29 17:24:40 +02:00
parent ef5d7c5ea4
commit 42e3f73cba
1 changed files with 8 additions and 7 deletions

View File

@ -952,17 +952,17 @@ sh %{SOURCE12} %{top_level_dir_name}
# Patch the JDK
pushd %{top_level_dir_name}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch6 -p1
%patch 1 -p1
%patch 2 -p1
%patch 3 -p1
%patch 6 -p1
# Add crypto policy and FIPS support
#%%patch1001 -p1 - todo, adapt fips patch for jdk20
#%%patch 1001 -p1 - todo, adapt fips patch for jdk20
# nss.cfg PKCS11 support; must come last as it also alters java.security
%patch1000 -p1
%patch 1000 -p1
popd # openjdk
%patch600
%patch 600
# The OpenJDK version file includes the current
# upstream version information. For some reason,
@ -1606,6 +1606,7 @@ done
- inverted fresh_libjvm behavior to be disabled by default. fails:
-- See: https://koji.fedoraproject.org/koji/taskinfo?taskID=99242677
- commented out tzdata tests
- moved from deprecated patchN to patch N
* Tue Feb 07 2023 Jiri Vanel <jvanek@redhat.com> - 1:19.0.2.0.7-2.rolling