Skip to content

Commit

Permalink
rpm: depend on java-11-headless
Browse files Browse the repository at this point in the history
Motivation:
As dCache is not a desktop application java-11-headless is sufficient.

Result:
less GUI related dependencies installed as transient dependency with
dCache package.

Fixes: #7249
Acked-by: Lea Morschel
Target: master, 9.1
Require-book: no
Require-notes: yes
(cherry picked from commit 0edcfb1)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  • Loading branch information
kofemann committed Jul 26, 2023
1 parent cd72fa2 commit b1e4232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fhs/src/main/rpm/dcache-server.spec
Expand Up @@ -11,7 +11,7 @@ AutoReqProv: no

Requires(pre): shadow-utils
Requires: which
Requires: java-11
Requires: java-11-headless

%{?systemd_requires}
BuildRequires: systemd
Expand Down

0 comments on commit b1e4232

Please sign in to comment.