From a7450c53767dc1d9f5c3b7b0e0046dd0d0f16b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Thu, 11 Jan 2007 11:17:54 +0000 Subject: [PATCH] - swith to new disman implementation --- net-snmp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index ae6e230..3dc0b41 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -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 - 5.4-6 +- swith to new disman implementation + * Tue Dec 12 2006 Radek Vokál - 5.4-5 - fix memleaks in ip-addr and tcpConn