- swith to new disman implementation

This commit is contained in:
Radek Vokál 2007-01-11 11:17:54 +00:00
parent 4e74b5e71b
commit a7450c5376
1 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Summary: A collection of SNMP protocol tools and libraries Summary: A collection of SNMP protocol tools and libraries
Name: net-snmp Name: net-snmp
Version: %{major_ver} Version: %{major_ver}
Release: 5%{?dist} Release: 6%{?dist}
Epoch: 1 Epoch: 1
License: BSDish License: BSDish
@ -160,7 +160,7 @@ export LIBDIR="%{_libdir}"
--with-persistent-directory="/var/net-snmp" \ --with-persistent-directory="/var/net-snmp" \
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
--with-mib-modules="host agentx smux ucd-snmp/lmSensors \ --with-mib-modules="host agentx smux ucd-snmp/lmSensors \
ucd-snmp/diskio disman/event-mib tcp-mib udp-mib mibII/mta_sendmail" \ ucd-snmp/diskio disman/event disman/schedule tcp-mib udp-mib mibII/mta_sendmail" \
%else %else
--with-mib-modules="host agentx smux" \ --with-mib-modules="host agentx smux" \
%endif %endif
@ -353,6 +353,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%changelog %changelog
* Thu Jan 11 2007 Radek Vokál <rvokal@redhat.com> - 5.4-6
- swith to new disman implementation
* Tue Dec 12 2006 Radek Vokál <rvokal@redhat.com> - 5.4-5 * Tue Dec 12 2006 Radek Vokál <rvokal@redhat.com> - 5.4-5
- fix memleaks in ip-addr and tcpConn - fix memleaks in ip-addr and tcpConn