[collectd/f15/master] fix build on s390(x)

Dan Horák sharkcz at fedoraproject.org
Wed May 4 08:56:36 UTC 2011


commit 994e09c24ff288bdb28816c362f4682bc0d06a75
Author: Dan Horák <dan at danny.cz>
Date:   Wed May 4 10:55:36 2011 +0200

    fix build on s390(x)

 collectd.spec |    7 +++++--
 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 at danny.cz> - 4.10.3-3
+- fix build on s390(x)
+
 * Tue Apr 19 2011 Alan Pevec <apevec at redhat.com> 4.10.3-2
 - re-enable nut plugin rhbz#465729 rhbz#691380
 


More information about the scm-commits mailing list