Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
collectd
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 32
[-]
[+]
Changed
collectd.spec
@@ -54,7 +54,7 @@ %description collectd is a small daemon written in C for performance. It reads various -system statistics and updates RRD files, creating them if neccessary. +system statistics and updates RRD files, creating them if necessary. 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. @@ -123,16 +123,18 @@ %postun %restart_on_update collectd %insserv_cleanup +/sbin/ldconfig %post %{fillup_only collectd} +/sbin/ldconfig %clean %__rm -rf "%{buildroot}" %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS ChangeLog COPYING README %doc contrib %config(noreplace) %{_sysconfdir}/collectd.conf %{_bindir}/collectd-nagios @@ -143,7 +145,9 @@ %{_datadir}/collectd/types.db %{_libdir}/collectd/*.so %{_libdir}/collectd/*.la +%if 0%{?sles_version} == 11 %{_libdir}/collectd/*.a +%endif %{_libdir}/libcollectdclient.* %{_libdir}/pkgconfig/libcollectdclient.pc %{perl_vendorlib}/Collectd.pm