summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@fedoraproject.org>2008-07-03 14:00:07 +0000
committerLubomir Rintel <lkundrak@fedoraproject.org>2008-07-03 14:00:07 +0000
commit950f6bfadcbf27cb1a42fa255da37d1a02e8be31 (patch)
treea68960098f9d7cfd5bf30ac7fccc7fc0744bc914
parente956bbc59dfe8c0589a7e6be6b25d7cca45bdb2b (diff)
downloadcollectd-950f6bfadcbf27cb1a42fa255da37d1a02e8be31.tar.gz
collectd-950f6bfadcbf27cb1a42fa255da37d1a02e8be31.tar.xz
collectd-950f6bfadcbf27cb1a42fa255da37d1a02e8be31.zip
- Fix a typo introduced by previous change that prevented building in el5collectd-4_4_1-4_fc10EL-5-startEL-5-split
-rw-r--r--collectd.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/collectd.spec b/collectd.spec
index 1fe14bd..32398d6 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,7 +1,7 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
Version: 4.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2
Group: System Environment/Daemons
URL: http://collectd.org/
@@ -17,7 +17,7 @@ BuildRequires: curl-devel
%if 0%{?fedora} >= 8
BuildRequires: perl-libs, perl-devel
%else
-BuildRequires: perl-libs, perl-devel
+BuildRequires: perl
%endif
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::Embed)
@@ -335,6 +335,9 @@ fi
%changelog
+* Thu Jul 03 2008 Lubomir Rintel <lkundrak@v3.sk> 4.4.1-4
+- Fix a typo introduced by previous change that prevented building in el5
+
* Thu Jul 03 2008 Lubomir Rintel <lkundrak@v3.sk> 4.4.1-3
- Make this compile with older perl package
- Turn dependencies on packages to dependencies on Perl modules