From: Ilya Dryomov Date: Tue, 1 Feb 2022 18:28:30 +0000 (+0100) Subject: scripts/build_utils: set DIST for fedora X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be729d7067b8f988daa9ec39be9c50042da2bc12;p=ceph-build.git scripts/build_utils: set DIST for fedora Set it to what it was set in a duplicate definition that got removed in commit 8e83d2dd1b4b ("scripts/build_utils: remove duplicated get_rpm_dist()"). Signed-off-by: Ilya Dryomov --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index a435ecdf..f47c4cfd 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -274,6 +274,7 @@ get_rpm_dist() { ;; Fedora) RELEASE=`$LSB_RELEASE --short --release` + DIST=fc$RELEASE DISTRO=fedora ;; SUSE\ LINUX|openSUSE)