Map cloud-guest-utils to cloud-utils-growpart for Red Hat distros.

The package cloud-utils-growpart is missing from Red Hat based image
builds which means the root filesystems are not grown on instance
startup which means not much space for things like logs.

This patch maps the cloud-guest-utils package to cloud-utils-growpart.

Change-Id: I3c830a9f0fd21ca10238946721c0f75d01d3ddff
Story: 2008350
Task: 41252
This commit is contained in:
Martin Chlumsky 2020-11-16 13:43:53 -05:00
parent 57e7bd17bf
commit 6d59fec8a0
2 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,7 @@
"cron": "",
"ifenslave": "",
"iputils-tracepath": "",
"cloud-guest-utils": "",
"cloud-guest-utils": "cloud-utils-growpart",
"apparmor": "",
"dmeventd": "",
"isc-dhcp-client": "dhclient",

View File

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