From 32178037005a9c4237beb0a8860b9fdf6e91b666 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sat, 3 Oct 2015 10:46:06 +0200 Subject: [PATCH] Revert "install-deps.sh: use %bcond_with selinux on SLE/openSUSE" This reverts commit 1df2cc2bf625a1f65ef4968d9cf313cc8ee9acc5. --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 18a923d50f4a1..1bebf09b08bda 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 ;; *) -- 2.39.5