dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
Motivation:
as dcache can run with java 17 and java 11, we should not require sited to install both. With EL8 and later rpm allows to specify both as alternative.
Modification:
Update rpm to see java 17 and java 11 as equal alternatives
Result:
java 11 will be installed as dependency if java 17 is not already present.
NOTE: after EOL for EL7, this patch can be backported to 9.2
Acked-by: Lea Morschel
Target: 10.0
Require-book: no
Require-notes: yes
Motivation: as dcache can run with java 17 and java 11, we should not require sited to install both. With EL8 and later rpm allows to specify both as alternative.
Modification: Update rpm to see java 17 and java 11 as equal alternatives
Result: java 11 will be installed as dependency if java 17 is not already present.
NOTE: after EOL for EL7, this patch can be backported to 9.2
Acked-by: Lea Morschel Target: 10.0 Require-book: no Require-notes: yes