]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts: Support CentOS Stream 1958/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 31 Jan 2022 19:02:16 +0000 (14:02 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 31 Jan 2022 19:02:16 +0000 (14:02 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh

index 710fb088800472d80abb3c2e25f5b90dcf48fbde..a435ecdfe4a78ee5674b7132e75bd072e7845a69 100644 (file)
@@ -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