Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Change-Id: I988387b84dd4eccdd6694a07f692e0b745644673
  • Loading branch information
Fᴀʙɪᴇɴ Wᴇʀɴʟɪ committed Nov 21, 2019
1 parent a74888f commit 859abe3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions contrib/redhat/collectd.spec
Expand Up @@ -267,7 +267,7 @@
%endif

# Plugins not buildable on RHEL 8
%if 0%{?rhel} && 0%{?rhel} > 7
%if 0%{?rhel} && 0%{?rhel} >= 8
%define with_lvm 0
%define with_smart 0
%define with_ganglia 0
Expand Down Expand Up @@ -837,15 +837,15 @@ Monitors process starts/stops via netlink library.
Summary: Python plugin for collectd
Group: System Environment/Daemons
Requires: %{name}%{?_isa} = %{version}-%{release}
%if 0%{?rhel} && 0%{?rhel} > 7
%if 0%{?rhel} && 0%{?rhel} > 7
BuildRequires: python2-devel
%else
%if 0%{?rhel} && 0%{?rhel} < 6
%else
%if 0%{?rhel} && 0%{?rhel} < 6
BuildRequires: python26-devel
%else
%else
BuildRequires: python-devel
%endif
%endif
%endif
%endif
%description python
The Python plugin embeds a Python interpreter into collectd and exposes the
application programming interface (API) to Python-scripts.
Expand Down

0 comments on commit 859abe3

Please sign in to comment.