Commit 8b91a98
committed
Add missing runtime dependencies for minimal installations
Add essential command-line utilities as runtime dependencies
to ensure proper operation in minimal system installations
such as container environments.
Added dependencies:
- which/debianutils: Required by gp_bash_functions.sh to
locate binaries
- hostname: Used by various scripts to identify the system
- less: Required for paging output in interactive sessions
These utilities may not be present in minimal installations
(e.g., Oracle Linux 9 containers, Ubuntu minimal images),
causing runtime failures during database initialization and
operation.
Changes:
- RPM spec: Add hostname, less, and which to Requires
- DEB control (Ubuntu 22.04/24.04): Add hostname and
debianutils to Depends (less already present)1 parent 88ea4bd commit 8b91a98
File tree
3 files changed
+7
-0
lines changed- devops/build/packaging
- deb
- ubuntu22.04
- ubuntu24.04
- rpm
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments