SHA256
1
0
forked from pool/ceph

Accepting request 510993 from filesystems:ceph:luminous

fix typo

OBS-URL: https://build.opensuse.org/request/show/510993
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=106
This commit is contained in:
2017-07-17 14:02:56 +00:00
committed by Git OBS Bridge
parent 2606fe652b
commit 925cd1c194
8 changed files with 29 additions and 15 deletions

View File

@@ -69,7 +69,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 12.1.0+git.1500284183.1ed97736ab
Version: 12.1.0+git.1500295948.39d2e5f424
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@@ -863,10 +863,10 @@ cmake .. \
%endif
%if %{with lttng}
-DWITH_LTTNG=ON \
-DWTIH_BABELTRACE=ON \
-DWITH_BABELTRACE=ON \
%else
-DWITH_LTTNG=OFF \
-DWTIH_BABELTRACE=OFF \
-DWITH_BABELTRACE=OFF \
%endif
$CEPH_EXTRA_CMAKE_ARGS \
%if 0%{with ocf}