lttng: Only require lttng for Fedora >= 20 and RHEL == 6 for RPM distros

Signed-off-by: Adam Crume <adamcrume@gmail.com>
This commit is contained in:
Adam Crume 2014-08-15 10:27:05 -07:00 committed by Sage Weil
parent fed22f496e
commit 7ff6ed11b5

View File

@ -250,7 +250,9 @@ License: LGPL-2.0
Requires: librados2 = %{version}-%{release}
Requires: librbd1 = %{version}-%{release}
Requires: libcephfs1 = %{version}-%{release}
%if (0%{?fedora} >= 20 || 0%{?rhel} == 6)
BuildRequires: lttng-ust-devel
%endif
%description -n ceph-test
This package contains Ceph benchmarks and test tools.