From d4dfd1210124fd6aeae8a80f88e82db850bb9683 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 31 Jan 2022 14:02:16 -0500 Subject: [PATCH] scripts: Support CentOS Stream Signed-off-by: David Galloway --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 710fb088..a435ecdf 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -267,7 +267,7 @@ get_rpm_dist() { DIST=rhel$RELEASE DISTRO=rhel ;; - CentOS) + CentOS|CentOSStream) RELEASE=`$LSB_RELEASE --short --release | cut -d. -f1` DIST=el$RELEASE DISTRO=centos -- 2.39.5