From 6a40e4f19d7b4cd45a25161303c7363e96fe799e Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 29 Sep 2015 10:39:16 +0200 Subject: [PATCH] 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 (cherry picked from commit bf9ca1eb107c4462d8768faf3ff4db7972384ffd) Conflicts: ceph.spec.in trivial resolution --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 15c531439c8..3b21533ca6d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -115,7 +115,7 @@ Requires: python-flask 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 -- 2.47.3