Fix missing cronie package in RHEL-based image builds
In RHEL-based distros, cron is provided by the cronie package. This package is missing from the amphora built images. This patch maps the cron package to cronie for distros in the Red Hat family. Change-Id: I6fb7889de90e8e5354c1e6ce2c95ec0199ce90e3 Story: 2008351 Task: 41253
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"acpid-ppc64le": "",
|
||||
"netcat-openbsd": "nmap-ncat",
|
||||
"netbase": "",
|
||||
"cron": "",
|
||||
"cron": "cronie",
|
||||
"ifenslave": "",
|
||||
"iputils-tracepath": "",
|
||||
"cloud-guest-utils": "",
|
||||
|
@@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Add missing cronie RPM to Red Hat based amphora images.
|
Reference in New Issue
Block a user