summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Pevec <apevec@fedoraproject.org>2009-11-26 23:20:21 +0000
committerAlan Pevec <apevec@fedoraproject.org>2009-11-26 23:20:21 +0000
commite8d7e7255d8af7821fd2ce100101d6479b5b9c58 (patch)
treeb876e4a2b1be254b692f3c52dcd50198130b9c14
parentc5240ade4726aa39cff8f7d93aa5f7760cedb4cf (diff)
downloadcollectd-e8d7e7255d8af7821fd2ce100101d6479b5b9c58.tar.gz
collectd-e8d7e7255d8af7821fd2ce100101d6479b5b9c58.tar.xz
collectd-e8d7e7255d8af7821fd2ce100101d6479b5b9c58.zip
- use Fedora libiptc, owniptc in collectd sources fails to compilecollectd-4_8_1-2_fc13
-rw-r--r--collectd.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/collectd.spec b/collectd.spec
index 8b15d76..ae3b756 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,7 +1,7 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
Version: 4.8.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
Group: System Environment/Daemons
URL: http://collectd.org/
@@ -30,6 +30,7 @@ BuildRequires: mysql-devel
BuildRequires: OpenIPMI-devel
BuildRequires: postgresql-devel
BuildRequires: nut-devel
+BuildRequires: iptables-devel
%description
collectd is a small daemon written in C for performance. It reads various
@@ -171,6 +172,7 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in
--enable-postgresql \
--enable-iptables \
--disable-ping \
+ --with-libiptc \
--with-perl-bindings=INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
@@ -437,6 +439,9 @@ fi
%changelog
+* Fri Nov 27 2009 Alan Pevec <apevec@redhat.com> 4.8.1-2
+- use Fedora libiptc, owniptc in collectd sources fails to compile
+
* Wed Nov 25 2009 Alan Pevec <apevec@redhat.com> 4.8.1-1
- update to 4.8.1 (Florian La Roche) bz# 516276
- disable ping plugin until liboping is packaged bz# 541744