Skip to content

Commit 92eab23

Browse files
committed
1 parent 5205185 commit 92eab23

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

javapackages-bootstrap.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%global __local_generator_provides cat %{_builddir}/%{buildsubdir}/bundled-provides.txt
77
%global __local_generator_path ^%{metadataPath}/.*$
88
%global debug_package %{nil}
9-
%global javaHomePath %{_jvmdir}/jre-21-openjdk
9+
%global javaHomePath %{_jvmdir}/jre-25-openjdk
1010
%global mavenHomePath %{_datadir}/%{name}
1111
%global metadataPath %{mavenHomePath}/maven-metadata
1212
%global artifactsPath %{_datadir}
@@ -35,11 +35,11 @@ Source: javapackages-bootstrap-PACKAGE-LICENSING
3535
Source: [...]
3636

3737
BuildRequires: byaccj
38-
BuildRequires: java-21-openjdk-devel
38+
BuildRequires: java-25-openjdk-devel
3939
BuildRequires: jurand
4040
Requires: bash
4141
Requires: coreutils
42-
Requires: java-21-openjdk-devel
42+
Requires: java-25-openjdk-devel
4343
Requires: javapackages-common
4444
Requires: lujavrite
4545
Requires: procps-ng

patches/dola/0001-Use-unique-namespace-for-bootstrapping.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ index 1cce21e..bc34ca9 100644
6565
@@ -1,5 +1,5 @@
6666
# Path to JVM library (libjvm.so). Java 21 or newer is required.
6767
-%__dola_libjvm %{_jvmdir}/jre-21-openjdk/lib/server/libjvm.so
68-
+%__jpb_dola_libjvm %{_jvmdir}/jre-21-openjdk/lib/server/libjvm.so
68+
+%__jpb_dola_libjvm %{_jvmdir}/jre-25-openjdk/lib/server/libjvm.so
6969

7070
# Class path of nested JVM.
7171
-%__dola_classpath %{_javadir}/dola/dola-bsx.jar:%{_javadir}/plexus-classworlds.jar

0 commit comments

Comments
 (0)