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:
Martin Chlumsky 2020-11-15 22:11:41 -05:00
parent f96b0986cd
commit 6aa23358eb
2 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,7 @@
"acpid-ppc64le": "",
"netcat-openbsd": "nmap-ncat",
"netbase": "",
"cron": "",
"cron": "cronie",
"ifenslave": "",
"iputils-tracepath": "",
"cloud-guest-utils": "",

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Add missing cronie RPM to Red Hat based amphora images.