Recognize Amazon Linux ID in kpatch-build

Make kpatch-build aware about the ID of Amazon Linux distributions. No
other special changes are needed.

Signed-off-by: Puranjay Mohan <pjy@amazon.com>
This commit is contained in:
Puranjay Mohan 2024-05-30 10:16:08 +00:00 committed by Mihails Strasuns
parent 09e153d3c9
commit 90a92f9492
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ declare -rA SUPPORTED_RPM_DISTROS=(
["openEuler"]="OpenEuler"
["ol"]="Oracle"
["photon"]="Photon OS"
["rhel"]="RHEL")
["rhel"]="RHEL"
["amzn"]="Amazon Linux")
warn() {