From a7f5ad5f6f9c01ef81f90a7071b6e2243b6da4e7 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 27 Apr 2016 11:13:06 +0200 Subject: [PATCH] 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 --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 8249ea34597..489b1aeb7f5 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