Skip to content

Commit

Permalink
rpm: add required packages
Browse files Browse the repository at this point in the history
Motivation:
dCache startup scripts depend on commands `which`, `hostname` and `ps`.
Despite the fact, that those commands typically exist on regular
installations, some minimal setups don't provide them. Thus, dCache
fails to operate.

Modification:
Explicitly add required packages into rpm spec.

Result:
correct installation on minimal OS environments.

Acked-by: Lea Morschel
Acked-by: Albert Rossi
Target: master
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Aug 22, 2023
1 parent 84c2caa commit a32aa03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fhs/src/main/rpm/dcache-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ AutoReqProv: no

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

%{?systemd_requires}
Expand Down

0 comments on commit a32aa03

Please sign in to comment.