X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=collectd.spec;h=ef98eecf28d25306e0dccbc755686289d19c7e58;hb=a2a5b1bd944b822b6acab068393cb695a6a01b27;hp=ba2e144870f7c769aabfef17d0e2f0118f433d29;hpb=a2ba56ac2dcf2b8f42bff9c047eb8e1daa3dfda7;p=collectd.git diff --git a/collectd.spec b/collectd.spec index ba2e1448..ef98eecf 100644 --- a/collectd.spec +++ b/collectd.spec @@ -1,6 +1,6 @@ Summary: Statistics collection daemon for filling RRD files. Name: collectd -Version: 3.6.1 +Version: 3.7.0 Release: 1 Source: http://verplant.org/collectd/%{name}-%{version}.tar.gz License: GPL @@ -18,14 +18,6 @@ Since the daemon doesn't need to startup every time it wants to update the files it's very fast and easy on the system. Also, the statistics are very fine grained since the files are updated every 10 seconds. -%package hddtemp -Summary: hddtemp-module for collectd. -Group: System Environment/Daemons -Requires: collectd = %{version}, hddtemp >= 0.3 -%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 - %package mysql Summary: mysql-module for collectd. Group: System Environment/Daemons @@ -71,10 +63,12 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) %{_sbindir}/collectd %attr(0444,root,root) %{_mandir}/man1/* %attr(0444,root,root) %{_mandir}/man5/* +%attr(0444,root,root) %{_libdir}/%{name}/battery.so* %attr(0444,root,root) %{_libdir}/%{name}/cpu.so* %attr(0444,root,root) %{_libdir}/%{name}/cpufreq.so* %attr(0444,root,root) %{_libdir}/%{name}/df.so* %attr(0444,root,root) %{_libdir}/%{name}/disk.so* +%attr(0444,root,root) %{_libdir}/%{name}/hddtemp.so* %attr(0444,root,root) %{_libdir}/%{name}/load.so* %attr(0444,root,root) %{_libdir}/%{name}/memory.so* %attr(0444,root,root) %{_libdir}/%{name}/nfs.so* @@ -86,9 +80,6 @@ rm -rf $RPM_BUILD_ROOT %attr(0444,root,root) %{_libdir}/%{name}/users.so* %dir /var/lib/collectd -%files hddtemp -%attr(0444,root,root) %{_libdir}/%{name}/hddtemp.so* - %files mysql %attr(0444,root,root) %{_libdir}/%{name}/mysql.so* @@ -96,6 +87,13 @@ rm -rf $RPM_BUILD_ROOT %attr(0444,root,root) %{_libdir}/%{name}/sensors.so* %changelog +* Mon Jan 30 2006 Florian octo Forster 3.7.0-1 +- New upstream version +- Removed the extra `hddtemp' package + +* Tue Jan 24 2006 Florian octo Forster 3.6.2-1 +- New upstream version + * Fri Jan 20 2006 Florian octo Forster 3.6.1-1 - New upstream version