From: Kyr Shatskyy Date: Mon, 12 Aug 2019 19:22:40 +0000 (+0200) Subject: build_utils: fix get_rpm_dist openSUSE detection X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=807ece911ac53d6d3864efe3bb421ea70526d17f;p=ceph-build.git build_utils: fix get_rpm_dist openSUSE detection Signed-off-by: Kyr Shatskyy --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 27acc651..76b2f3cf 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -209,7 +209,7 @@ get_rpm_dist() { DISTRO_VERSION=`$LSB_RELEASE --short --release` DISTRO=fedora ;; - SUSE\ LINUX) + SUSE\ LINUX|openSUSE) DESC=`$LSB_RELEASE --short --description` DISTRO_VERSION=`$LSB_RELEASE --short --release` case $DESC in