From: Nathan Cutler Date: Wed, 27 Apr 2016 09:13:06 +0000 (+0200) Subject: install-deps.sh: systemd-rpm-macros must be installed on SUSE X-Git-Tag: v10.2.2~38^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=587fb3df704973071114a30bc55288768dbc2720;p=ceph.git install-deps.sh: systemd-rpm-macros must be installed on SUSE Otherwise the script breaks. Fixes: http://tracker.ceph.com/issues/15627 Signed-off-by: Nathan Cutler (cherry picked from commit a7f5ad5f6f9c01ef81f90a7071b6e2243b6da4e7) --- diff --git a/install-deps.sh b/install-deps.sh index 21e71ee7797..03ca7607852 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -28,7 +28,7 @@ if type apt-get > /dev/null 2>&1 ; then fi if type zypper > /dev/null 2>&1 ; then - $SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release + $SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release systemd-rpm-macros fi case $(lsb_release -si) in