From bbb4c406de1723c4585b56e20662d6ef4c0fb1de Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Mon, 2 Jul 2018 15:23:58 +0200 Subject: [PATCH] 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) --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3