From: Kyr Shatskyy Date: Mon, 2 Jul 2018 13:23:58 +0000 (+0200) Subject: Add new OpenSUSE Leap id for install-deps.sh X-Git-Tag: v14.0.1~942^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bd0448c0b5a09a9314fddf1757502529801366e3;p=ceph-ci.git Add new OpenSUSE Leap id for install-deps.sh Signed-off-by: Kyr Shatskyy --- diff --git a/install-deps.sh b/install-deps.sh index 0259bc67f6a..b5f99748d78 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -259,7 +259,7 @@ else fi ! grep -q -i error: $DIR/yum-builddep.out || exit 1 ;; - opensuse|suse|sles|opensuse-tumbleweed) + opensuse*|suse|sles) echo "Using zypper to install dependencies" zypp_install="zypper --gpg-auto-import-keys --non-interactive install --no-recommends" $SUDO $zypp_install lsb-release systemd-rpm-macros