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: v12.2.8~109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23179%2Fhead;p=ceph.git Add new OpenSUSE Leap id for install-deps.sh Signed-off-by: Kyr Shatskyy (cherry picked from commit bd0448c0b5a09a9314fddf1757502529801366e3) Conflicts: install-deps.sh (trivial resolution) --- diff --git a/install-deps.sh b/install-deps.sh index 7e408ae14675..9ead1056d97d 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -187,7 +187,7 @@ else $SUDO $builddepcmd $DIR/ceph.spec 2>&1 | tee $DIR/yum-builddep.out ! grep -q -i error: $DIR/yum-builddep.out || exit 1 ;; - opensuse|suse|sles) + opensuse*|suse|sles) echo "Using zypper to install dependencies" $SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release systemd-rpm-macros munge_ceph_spec_in $DIR/ceph.spec