Project

General

Profile

Fix #16937

Updated by Nathan Cutler over 7 years ago

LTTng-UST is not present enabled for openSUSE Tumbleweed 

 because error in openSUSE, so it needs to be disabled there. test of suse_version in ceps.spec.in line: 
 === 
 # LTTng-UST enabled on Fedora, RHEL 6+, and SLES 12 
 %if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version} == 1315 
 %bcond_without lttng 
 %endif 
 ===

Back