[collectd] BuildRequire static version of iproute (#967214)

Ruben Kerkhof ruben at fedoraproject.org
Mon May 27 07:34:37 UTC 2013


commit 49d7d88f196ad44ffd67541627bf7de55623d513
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon May 27 09:27:49 2013 +0200

    BuildRequire static version of iproute (#967214)

 collectd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/collectd.spec b/collectd.spec
index 6d4acd7..b8fbc4e 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -4,7 +4,7 @@
 Summary: Statistics collection daemon for filling RRD files
 Name: collectd
 Version: 5.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 URL: http://collectd.org/
@@ -226,7 +226,7 @@ called handlers and database traffic.
 Summary:       Netlink plugin for collectd
 Group:         System Environment/Daemons
 Requires:      collectd = %{version}-%{release}
-BuildRequires: iproute-devel
+BuildRequires: iproute-static
 %description netlink
 This plugin uses a netlink socket to query the Linux kernel
 about statistics of various interface and routing aspects.
@@ -817,6 +817,9 @@ rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
 
 
 %changelog
+* Mon May 27 2013 Ruben Kerkhof <ruben at rubenkerkhof.com> 5.3.0-2
+- BuildRequire static version of iproute (#967214)
+
 * Sat Apr 27 2013 Ruben Kerkhof <ruben at rubenkerkhof.com> 5.3.0-1
 - update to 5.3.0
   http://mailman.verplant.org/pipermail/collectd/2013-April/005749.html


More information about the scm-commits mailing list