summaryrefslogtreecommitdiffstats
path: root/collectd.spec
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2010-12-17 01:36:27 +0100
committerAlan Pevec <apevec@redhat.com>2010-12-17 13:38:19 +0100
commitd37b13abf3daa760002360ac58c384d7d7d4fa33 (patch)
tree9c64f68c5e92735afb7aaa044fb5ac493193f300 /collectd.spec
parenta9b5a4f6e38a5e7e3d3876d77c552d2abf347ea6 (diff)
downloadcollectd-d37b13abf3daa760002360ac58c384d7d7d4fa33.tar.gz
collectd-d37b13abf3daa760002360ac58c384d7d7d4fa33.tar.xz
collectd-d37b13abf3daa760002360ac58c384d7d7d4fa33.zip
add missing build dependencies
and workaround for iptc library check
Diffstat (limited to 'collectd.spec')
-rw-r--r--collectd.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/collectd.spec b/collectd.spec
index 744b064..fde0183 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -10,6 +10,7 @@ Source: http://collectd.org/files/%{name}-%{version}.tar.bz2
Source1: collectd-httpd.conf
Source2: collection.conf
Patch1: %{name}-%{version}-include-collectd.d.patch
+Patch2: %{name}-%{version}-iptc-check.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -33,9 +34,10 @@ BuildRequires: mysql-devel
BuildRequires: OpenIPMI-devel
BuildRequires: postgresql-devel
BuildRequires: nut-devel
-#BuildRequires: iptables-devel
+BuildRequires: iptables-devel
BuildRequires: liboping-devel
BuildRequires: python-devel
+BuildRequires: libgcrypt-devel
%description
collectd is a small daemon written in C for performance. It reads various
@@ -176,6 +178,7 @@ This plugin collects information from virtualized guests.
%prep
%setup -q
%patch1 -p1
+%patch2 -p1
sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in