Commit ac1a1cd
committed
rpm: make package require java17 or java21
Motivation:
dCache can run with java 17 as well as java 21. However, if a side
decided to run dcache with java21, the RPM will pull java17 as
dependency anyway.
Modification:
Make RPM require java 17 or 21.
Result:
If java is not installed, rpm will pull java17. If java21 is already
installed, then no extra java packages will be pulled.
Acked-by: Karen Hoyos
Target: master, 11.2
Require-book: no
Require-notes: yes
(cherry picked from commit 5fe6ec9)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>1 parent f706e98 commit ac1a1cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments