moved from deprecated patchN to patch N
This commit is contained in:
parent
ef5d7c5ea4
commit
42e3f73cba
@ -952,17 +952,17 @@ sh %{SOURCE12} %{top_level_dir_name}
|
|||||||
|
|
||||||
# Patch the JDK
|
# Patch the JDK
|
||||||
pushd %{top_level_dir_name}
|
pushd %{top_level_dir_name}
|
||||||
%patch1 -p1
|
%patch 1 -p1
|
||||||
%patch2 -p1
|
%patch 2 -p1
|
||||||
%patch3 -p1
|
%patch 3 -p1
|
||||||
%patch6 -p1
|
%patch 6 -p1
|
||||||
# Add crypto policy and FIPS support
|
# 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
|
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
||||||
%patch1000 -p1
|
%patch 1000 -p1
|
||||||
popd # openjdk
|
popd # openjdk
|
||||||
|
|
||||||
%patch600
|
%patch 600
|
||||||
|
|
||||||
# The OpenJDK version file includes the current
|
# The OpenJDK version file includes the current
|
||||||
# upstream version information. For some reason,
|
# upstream version information. For some reason,
|
||||||
@ -1606,6 +1606,7 @@ done
|
|||||||
- inverted fresh_libjvm behavior to be disabled by default. fails:
|
- inverted fresh_libjvm behavior to be disabled by default. fails:
|
||||||
-- See: https://koji.fedoraproject.org/koji/taskinfo?taskID=99242677
|
-- See: https://koji.fedoraproject.org/koji/taskinfo?taskID=99242677
|
||||||
- commented out tzdata tests
|
- 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
|
* Tue Feb 07 2023 Jiri Vanel <jvanek@redhat.com> - 1:19.0.2.0.7-2.rolling
|
||||||
|
Loading…
Reference in New Issue
Block a user