summaryrefslogtreecommitdiff
path: root/packages/pkg-deps.json
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-02-25 23:37:39 +0100
committerGitHub <noreply@github.com>2022-02-25 16:37:39 -0600
commit8f445ae1ceea622579fc7252f7e7727212ca83ff (patch)
tree15e9e1cb1f15582210534baa08f75948ce725f39 /packages/pkg-deps.json
parentfeda344e6cf9d37b09bc13cf333a717d1654c26c (diff)
downloadcloud-init-git-8f445ae1ceea622579fc7252f7e7727212ca83ff.tar.gz
redhat: Depend on "hostname" package (#1288)
The hostname command, that cloud-init uses to apply a hostname change, is in a package that is typically around, but not guarranteed to be. Include it in package dependencies.
Diffstat (limited to 'packages/pkg-deps.json')
-rw-r--r--packages/pkg-deps.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/pkg-deps.json b/packages/pkg-deps.json
index eaf13469..36e6b38f 100644
--- a/packages/pkg-deps.json
+++ b/packages/pkg-deps.json
@@ -52,7 +52,8 @@
"procps",
"rsyslog",
"shadow-utils",
- "sudo"
+ "sudo",
+ "hostname"
]
},
"suse" : {