Skip to content

Commit c7254d4

Browse files
authored
Merge pull request #57329 from xnox/j24-fix
Fix up provides
2 parents 901ad50 + 2121fe3 commit c7254d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openjdk-24.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: openjdk-24
33
version: "24.0.1"
4-
epoch: 5
4+
epoch: 6
55
description: OpenJDK 24
66
copyright:
77
- license: GPL-2.0-with-classpath-exception
@@ -192,7 +192,7 @@ subpackages:
192192
provider-priority: 5
193193
provides:
194194
- default-jdk=1.24
195-
- openjdk-20-jre=${{package.full-version}}
195+
- ${{package.name}}-jre=${{package.full-version}}
196196
pipeline:
197197
- runs: |
198198
mkdir -p "${{targets.subpkgdir}}"/usr/lib/jvm

0 commit comments

Comments
 (0)