Skip to content

Commit

Permalink
Merge pull request #10592 from michelmno/forpull
Browse files Browse the repository at this point in the history
LTTng-UST disabled for openSUSE

Reviewed-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Aug 19, 2016
2 parents 58b47a6 + 7da19b6 commit fc7e398
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ceph.spec.in
Expand Up @@ -33,10 +33,12 @@
%bcond_with selinux
%endif

# LTTng-UST enabled on Fedora, RHEL 6+, and SLES 12
%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version} == 1315
# LTTng-UST enabled on Fedora, RHEL 6+, and SLE (not openSUSE)
%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version}
%if ! 0%{?is_opensuse}
%bcond_without lttng
%endif
%endif

%if %{with selinux}
# get selinux policy version
Expand Down

0 comments on commit fc7e398

Please sign in to comment.