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 7eb216605a
commit 15f2c5339c
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"amphora-agent": "openstack-octavia-amphora-agent", "amphora-agent": "openstack-octavia-amphora-agent",
"netcat-openbsd": "nmap-ncat", "netcat-openbsd": "nmap-ncat",
"netbase": "", "netbase": "",
"cron": "", "cron": "cronie",
"ifenslave": "", "ifenslave": "",
"iputils-tracepath": "", "iputils-tracepath": "",
"cloud-guest-utils": "", "cloud-guest-utils": "",

View File

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