RPM specfile: temporarily disable building write_riemann
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 19 Apr 2016 13:51:48 +0000 (15:51 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 19 Apr 2016 13:53:30 +0000 (15:53 +0200)
cf. #986

contrib/redhat/collectd.spec

index d680564..ad3af5c 100644 (file)
 %define with_write_http 0%{!?_without_write_http:1}
 %define with_write_log 0%{!?_without_write_log:1}
 %define with_write_redis 0%{!?_without_write_redis:0%{?_has_hiredis}}
-%define with_write_riemann 0%{!?_without_write_riemann:1}
+%define with_write_riemann 0%{!?_without_write_riemann:0%{?_has_recent_riemann_c_client}}
 %define with_write_sensu 0%{!?_without_write_sensu:1}
 %define with_write_tsdb 0%{!?_without_write_tsdb:1}
 %define with_xmms 0%{!?_without_xmms:0%{?_has_xmms}}