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
(cherry picked from commit 6aa23358eb)
This commit is contained in:
Martin Chlumsky 2020-11-15 22:11:41 -05:00 committed by Martin Chlumsky
parent 874ca30895
commit c8a999fea4
2 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"amphora-agent": "openstack-octavia-amphora-agent",
"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.