Skip to content

Commit

Permalink
rpm: make dcache package depend on java-11
Browse files Browse the repository at this point in the history
Motivation:
the `Requires: java` in the spec creates a dependency on java8.

Modification:
make package depend on java-11

Result:
no dependency on java-8

Acked-by: Lea Morschel
Acked-by: Albert Rossi
Target: master, 6.2
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Aug 4, 2020
1 parent 1501f05 commit 12da1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fhs/src/main/rpm/dcache-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requires(preun): chkconfig
# This is for /sbin/service
Requires(preun): initscripts
Requires: which
Requires: java
Requires: java-11

License: Distributable
Group: Applications/System
Expand Down

0 comments on commit 12da1f5

Please sign in to comment.