[collectd] Still few rpm related errors.
    Jani Mikkonen 
    jani at mikkonen.org
       
    Mon Oct 17 14:58:11 CEST 2005
    
    
  
As mentioned in private correspondance there was a bug in the 
collectd.spec which prevented building of the rpm binaries in 3.0.0.
Same problem still exists in the 3.1.0 + there is one new introduced 
with the addition of hddsensors module.
"Patch" against 3.1.0 spec file is attached in this message that fixes 
these bugs and allows rpm building (atleast on fedora).
-- 
give piece a change!
       _\|/_
-------------- next part --------------
--- collectd-3.1.0/collectd.spec	2005-10-14 20:42:32.000000000 +0300
+++ collectd-3.1.0.patched/collectd.spec	2005-10-17 15:50:49.805514488 +0300
@@ -30,7 +30,7 @@
 Summary:	hddtemp-module for collectd.
 Group:		System Environment/Daemons
 Requires:	collectd = %{version}, hddtemp >= 0.3
-%description sensors
+%description hddtemp
 This plugin for  collectd provides querying  the hddtemp-daemon.  For more
 information see hddtemp's homepage:  http://www.guzu.net/linux/hddtemp.php
 
@@ -70,6 +70,7 @@
 %attr(0444,root,root) %{_libdir}/%{name}/swap.so*
 %attr(0444,root,root) %{_libdir}/%{name}/traffic.so*
 %attr(0444,root,root) %{_libdir}/%{name}/hddtemp.so*
+%attr(0444,root,root) %{_libdir}/%{name}/*.la
 %dir /var/lib/collectd
 
 %files sensors
    
    
More information about the Collectd
mailing list