From: Marc Fournier Date: Fri, 18 Mar 2016 09:16:34 +0000 (+0100) Subject: RPM specfile: re-enable memcachec plugin on EL7 X-Git-Tag: collectd-5.5.2~6^2~23 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5301727c225eb945080165e92d55fbf8e7c85205;p=collectd.git RPM specfile: re-enable memcachec plugin on EL7 cf https://bugzilla.redhat.com/show_bug.cgi?id=1116949 --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 330d37c4..9153b0af 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -58,7 +58,6 @@ %{?el7:%global _has_lvm2app_h 1} %{?el7:%global _has_recent_librrd 1} %{?el7:%global _has_varnish4 1} -%{?el7:%global _has_broken_libmemcached 1} %{?el7:%global _has_iproute 1} %{?el7:%global _has_libmodbus 1} @@ -104,7 +103,7 @@ %define with_madwifi 0%{!?_without_madwifi:1} %define with_mbmon 0%{!?_without_mbmon:1} %define with_md 0%{!?_without_md:1} -%define with_memcachec 0%{!?_without_memcachec:0%{!?_has_broken_libmemcached:1}} +%define with_memcachec 0%{!?_without_memcachec:1} %define with_memcached 0%{!?_without_memcached:1} %define with_memory 0%{!?_without_memory:1} %define with_multimeter 0%{!?_without_multimeter:1}