- swith to new disman implementation
This commit is contained in:
parent
4e74b5e71b
commit
a7450c5376
@ -7,7 +7,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries
|
||||
Name: net-snmp
|
||||
Version: %{major_ver}
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
License: BSDish
|
||||
@ -160,7 +160,7 @@ export LIBDIR="%{_libdir}"
|
||||
--with-persistent-directory="/var/net-snmp" \
|
||||
%ifarch %{ix86} x86_64
|
||||
--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
|
||||
--with-mib-modules="host agentx smux" \
|
||||
%endif
|
||||
@ -353,6 +353,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%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
|
||||
- fix memleaks in ip-addr and tcpConn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user