]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "install-deps.sh: use %bcond_with selinux on SLE/openSUSE"
authorNathan Cutler <ncutler@suse.com>
Sat, 3 Oct 2015 08:46:06 +0000 (10:46 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Oct 2015 12:40:41 +0000 (14:40 +0200)
This reverts commit 1df2cc2bf625a1f65ef4968d9cf313cc8ee9acc5.

install-deps.sh

index 18a923d50f4a1263858f3ddb1ee02886609c670c..1bebf09b08bda04eec853f71c77b75b00be6f1f6 100755 (executable)
@@ -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
         ;;
 *)