Author: blues Date: Wed Oct 29 13:09:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.2 - ipvs module disabled
---- Files affected: SPECS: collectd.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/collectd.spec diff -u SPECS/collectd.spec:1.36 SPECS/collectd.spec:1.37 --- SPECS/collectd.spec:1.36 Tue Oct 28 23:16:59 2008 +++ SPECS/collectd.spec Wed Oct 29 14:09:20 2008 @@ -6,7 +6,7 @@ # - Current plugins status: # apache . . . . . . yes # apcups . . . . . . yes -# apple_sensors . . . no +# apple_sensors . . . no (obvious) # ascent . . . . . . yes # battery . . . . . . yes # cpu . . . . . . . . yes @@ -22,9 +22,9 @@ # interface . . . . . yes # iptables . . . . . yes # ipmi . . . . . . . yes -# ipvs . . . . . . . no (ip_vs.h not found) +# ipvs . . . . . . . no (ip_vs.h not found - llh to be fixed) # irq . . . . . . . . yes -# libvirt . . . . . . no +# libvirt . . . . . . no (requires library) # load . . . . . . . yes # logfile . . . . . . yes # mbmon . . . . . . . yes @@ -38,7 +38,7 @@ # nginx . . . . . . . yes # ntpd . . . . . . . yes # nut . . . . . . . . yes -# perl . . . . . . . no (needs libperl) +# perl . . . . . . . no (needs libperl) # ping . . . . . . . yes # powerdns . . . . . yes # processes . . . . . yes @@ -49,7 +49,7 @@ # swap . . . . . . . yes # syslog . . . . . . yes # tail . . . . . . . yes -# tape . . . . . . . no +# tape . . . . . . . no ? # tcpconns . . . . . yes # teamspeak2 . . . . yes # unixsock . . . . . yes @@ -76,7 +76,7 @@ Summary(pl.UTF-8): Zbieranie informacji o systemie w plikach RRD Name: collectd Version: 4.5.0 -Release: 1.2 +Release: 2 License: GPL v2 Group: Daemons Source0: http://collectd.org/files/%{name}-%{version}.tar.gz @@ -309,7 +309,8 @@ --%{?with_multimeter:en}%{!?with_multimeter:dis}able-multimeter \ --%{?with_dns:en}%{!?with_dns:dis}able-dns \ --%{?with_iptables:en}%{!?with_iptables:dis}able-iptables \ - --%{?with_netlink:en}%{!?with_netlink:dis}able-netlink + --%{?with_netlink:en}%{!?with_netlink:dis}able-netlink \ + --disable-ipvs %{__make} LDFLAGS="%{rpmldflags} -lstatgrab" \ @@ -387,7 +388,9 @@ %if %{with iptables} %attr(755,root,root) %{_libdir}/%{name}/iptables.so %endif -%attr(755,root,root) %{_libdir}/%{name}/ipvs.so +# Disabled - requires fixed libc-headers or whole kernel source. +# It was marked as disabled in status message on top. +#%attr(755,root,root) %{_libdir}/%{name}/ipvs.so %attr(755,root,root) %{_libdir}/%{name}/irq.so %attr(755,root,root) %{_libdir}/%{name}/load.so %attr(755,root,root) %{_libdir}/%{name}/logfile.so @@ -514,6 +517,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2008/10/29 13:09:20 blues +- rel.2 - ipvs module disabled + Revision 1.36 2008/10/28 22:16:59 blues - require iptables-devel with libiptc.a ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/collectd.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
