Skip to content

Commit d8d8fae

Browse files
committed
[OPENJDK-2030] explicit tzdata-java dependency in container
This is a temporary measure to mitigate a regression in the OpenJDK 11 RPMs for the 2023-07 CPU update (which accidentally dropped the dependency on tzdata-java). Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 5ce7241 commit d8d8fae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/jdk/11/module.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ envs:
2525
packages:
2626
install:
2727
- java-11-openjdk-devel
28+
- tzdata-java
2829

2930
modules:
3031
install:

modules/jre/11/module.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ envs:
2525
packages:
2626
install:
2727
- java-11-openjdk-headless
28+
- tzdata-java
2829

2930
modules:
3031
install:

0 commit comments

Comments
 (0)