mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
ceph.spec.in: lttng in SLES12 only
Over in the SUSE sector, we are trying to enable the SLE_12 and openSUSE_13.2 build targets. The lttng/babeltrace stuff is currently available only in SLE_12. Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
parent
50567b4964
commit
bf9ca1eb10
@ -173,7 +173,7 @@ BuildRequires: boost-random
|
||||
BuildRequires: lttng-ust-devel
|
||||
BuildRequires: libbabeltrace-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%if 0%{?suse_version} == 1315
|
||||
BuildRequires: lttng-ust-devel
|
||||
BuildRequires: babeltrace-devel
|
||||
%endif
|
||||
@ -834,7 +834,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/rbd
|
||||
%{_bindir}/rbd-replay
|
||||
%{_bindir}/rbd-replay-many
|
||||
%if 0%{?fedora} || 0%{?rhel} == 6 || 0%{?suse_version} >= 1310
|
||||
%if 0%{?fedora} || 0%{?rhel} == 6 || 0%{?suse_version} == 1315
|
||||
%{_bindir}/rbd-replay-prep
|
||||
%endif
|
||||
%{_bindir}/ceph-post-file
|
||||
|
Loading…
Reference in New Issue
Block a user