Commit 1a5f634
committed
Add which/debianutils as runtime dependency for packages
The gp_bash_functions.sh script uses the 'which' command
to locate binaries, but this command may not be available
in minimal system installations, causing runtime failures
when running gpdemo or other utilities.
This commit adds the appropriate runtime dependencies:
- RPM packages: Add 'which' to Requires list
- DEB packages: Add 'debianutils' (provides which command)
for both Ubuntu 22.04 and 24.04
This ensures the 'which' command is available after package
installation, preventing "command not found" errors during
database initialization and operation.1 parent af533b2 commit 1a5f634
3 files changed
Lines changed: 3 additions & 0 deletions
File tree
- devops/build/packaging
- deb
- ubuntu22.04
- ubuntu24.04
- rpm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments