]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: enable crb repository for centos 10 stream 61949/head
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 13 Feb 2025 21:00:27 +0000 (16:00 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 20 Feb 2025 21:27:23 +0000 (16:27 -0500)
The centos 10 stream distribution is like centos 9 and needs the crb
repository enabled to even think about building ceph. Note that I made
it a separate block in case more stuff needs to be added for it later.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
install-deps.sh

index 909e41957a9305a69d31c6610d1f2b8187255f98..3cd705068d0c01ae05b38cf8fdcedcfd1fcc8059 100755 (executable)
@@ -489,6 +489,8 @@ else
                     $SUDO dnf -y module enable javapackages-tools
                 elif test $ID = centos -a $MAJOR_VERSION = 9 ; then
                     $SUDO dnf config-manager --set-enabled crb
+                elif test $ID = centos -a $MAJOR_VERSION = 10 ; then
+                    $SUDO dnf config-manager --set-enabled crb
                 elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
                     dts_ver=11
                     $SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"