From 93e652de070043fa468c2c61f783b139d5868b00 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: May 27 2008 01:14:23 +0000 Subject: - disable iptables/libiptc --- diff --git a/collectd.spec b/collectd.spec index d811014..4f6180f 100644 --- a/collectd.spec +++ b/collectd.spec @@ -1,7 +1,7 @@ Summary: Statistics collection daemon for filling RRD files Name: collectd Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Daemons URL: http://collectd.org/ @@ -107,6 +107,8 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in %build %configure \ + --without-libiptc \ + --disable-iptables \ --disable-static \ --enable-mysql \ --enable-sensors \ @@ -260,6 +262,9 @@ fi %changelog +* Tue May 27 2008 Alan Pevec 4.4.0-2 +- disable iptables/libiptc + * Mon May 26 2008 Alan Pevec 4.4.0-1 - New upstream version 4.4.0.