dCache / dcache

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
https://dcache.org
291 stars 136 forks source link

rpm: don't force java-11 it java-17 is installed #7557

Closed kofemann closed 7 months ago

kofemann commented 7 months ago

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