summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2011-05-04 10:55:36 +0200
committerDan Horák <dan@danny.cz>2011-05-04 10:56:12 +0200
commit994e09c24ff288bdb28816c362f4682bc0d06a75 (patch)
treefbee64be285e34bec236b91d9b33f8e0db41bdfb
parentad94aa573c5f2205ff9f1044cdcc1d0055466e49 (diff)
downloadcollectd-f15.tar.gz
collectd-f15.tar.xz
collectd-f15.zip
fix build on s390(x)f15
-rw-r--r--collectd.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/collectd.spec b/collectd.spec
index d9e01be..bdd26c2 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -1,7 +1,7 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
Version: 4.10.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
Group: System Environment/Daemons
URL: http://collectd.org/
@@ -396,7 +396,7 @@ fi
%exclude %{_sysconfdir}/collectd.d/libvirt.conf
%exclude %{_sysconfdir}/collectd.d/mysql.conf
%exclude %{_sysconfdir}/collectd.d/nginx.conf
-%ifarch s390 s390x
+%ifnarch s390 s390x
%exclude %{_sysconfdir}/collectd.d/nut.conf
%endif
%exclude %{_sysconfdir}/collectd.d/perl.conf
@@ -601,6 +601,9 @@ fi
%endif
%changelog
+* Tue May 03 2011 Dan Horák <dan@danny.cz> - 4.10.3-3
+- fix build on s390(x)
+
* Tue Apr 19 2011 Alan Pevec <apevec@redhat.com> 4.10.3-2
- re-enable nut plugin rhbz#465729 rhbz#691380