From: David Galloway Date: Mon, 31 Jan 2022 19:02:16 +0000 (-0500) Subject: scripts: Support CentOS Stream X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1958%2Fhead;p=ceph-build.git scripts: Support CentOS Stream Signed-off-by: David Galloway --- 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