[collectd] Remove workaround for perl / python module loading

Ruben Kerkhof ruben at fedoraproject.org
Sun Mar 1 14:01:48 UTC 2015


commit 7ac627ac424f52258fc7fd46581a1a0f08c7fa4e
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Sun Mar 1 15:01:33 2015 +0100

    Remove workaround for perl / python module loading
    
      This was fixed by upstream commit f131f0347f58 in 2009

 collectd.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/collectd.spec b/collectd.spec
index 83594c6..f13659f 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -4,7 +4,7 @@
 Summary: Statistics collection daemon for filling RRD files
 Name: collectd
 Version: 5.4.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 URL: http://collectd.org/
@@ -426,7 +426,7 @@ touch src/riemann.proto src/pinba.proto
 
 %build
 autoreconf -vif
-%configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW='RTLD_LAZY|RTLD_GLOBAL'" \
+%configure \
     --enable-all-plugins \
     --disable-static \
     --disable-apple_sensors \
@@ -843,6 +843,10 @@ rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la
 
 
 %changelog
+* Sun Mar 01 2015 Ruben Kerkhof <ruben at rubenkerkhof.com> 5.4.2-2
+- Remove workaround for perl / python module loading
+  This was fixed by upstream commit f131f0347f58 in 2009
+
 * Fri Feb 27 2015 Ruben Kerkhof <ruben at rubenkerkhof.com> 5.4.2-1
 - Upstream released new version
 - Drop BuildRequires on owfs-capi, fixed in owfs


More information about the scm-commits mailing list