mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
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:
parent
fed22f496e
commit
7ff6ed11b5
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user