Spec file typo fixes
authorAndrew Bays <andrew.bays@gmail.com>
Tue, 19 Jun 2018 15:06:39 +0000 (11:06 -0400)
committerGitHub <noreply@github.com>
Tue, 19 Jun 2018 15:06:39 +0000 (11:06 -0400)
contrib/redhat/collectd.spec

index 079430d..2236130 100644 (file)
@@ -361,7 +361,7 @@ Chrony plugin for collectd
 %if %{with_connectivity}
 %package connectivity
 Summary:       Connectivity plugin for collectd
-Group:        System Environment/Daemons
+Group:         System Environment/Daemons
 Requires:      %{name}%{?_isa} = %{version}-%{release}
 BuildRequires: yajl-devel
 %description connectivity
@@ -1087,11 +1087,11 @@ Collectd utilities
 %define _with_chrony --disable-chrony
 %endif
 
-+%if %{with_connectivity}
-+%define _with_connectivity --enable-connectivity
-+%else
-+%define _with_connectivity --disable-connectivity
-+%endif
+%if %{with_connectivity}
+%define _with_connectivity --enable-connectivity
+%else
+%define _with_connectivity --disable-connectivity
+%endif
 
 %if %{with_conntrack}
 %define _with_conntrack --enable-conntrack