From: Nathan Cutler Date: Sat, 3 Oct 2015 08:46:06 +0000 (+0200) Subject: Revert "install-deps.sh: use %bcond_with selinux on SLE/openSUSE" X-Git-Tag: v9.1.0~26^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32178037005a9c4237beb0a8860b9fdf6e91b666;p=ceph.git Revert "install-deps.sh: use %bcond_with selinux on SLE/openSUSE" This reverts commit 1df2cc2bf625a1f65ef4968d9cf313cc8ee9acc5. --- diff --git a/install-deps.sh b/install-deps.sh index 18a923d50f4a..1bebf09b08bd 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -77,7 +77,7 @@ CentOS|Fedora|RedHatEnterpriseServer) ! grep -q -i error: $DIR/yum-builddep.out || exit 1 ;; *SUSE*) - sed -e 's/@//g ; s/bcond_without selinux/bcond_with selinux/' < ceph.spec.in > $DIR/ceph.spec + sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec $SUDO zypper --non-interactive install $(rpmspec -q --buildrequires $DIR/ceph.spec) || exit 1 ;; *)