]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: systemd-rpm-macros must be installed on SUSE
authorNathan Cutler <ncutler@suse.com>
Wed, 27 Apr 2016 09:13:06 +0000 (11:13 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 23 May 2016 21:13:41 +0000 (23:13 +0200)
Otherwise the script breaks.

Fixes: http://tracker.ceph.com/issues/15627
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit a7f5ad5f6f9c01ef81f90a7071b6e2243b6da4e7)

install-deps.sh

index 21e71ee77977a6bdd7336b2f4f7ce695696d6964..03ca7607852e6699e9d96f211b5e95de87039f25 100755 (executable)
@@ -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