From c6dd4cc31a9cdd84c022a244eaa71c9a74e2464b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Tue, 13 Jun 2006 09:19:55 +0000 Subject: [PATCH] - add tcp-mib (#194856) --- net-snmp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index eb7be89..e377924 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -6,7 +6,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.3.1.pre3 -Release: 1 +Release: 2 License: BSDish Group: System Environment/Daemons @@ -159,7 +159,7 @@ export LDFLAGS="-L%{_libdir}" --with-logfile="/var/log/snmpd.log" \ --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" \ + --with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib tcp-mib" \ %else --with-mib-modules="host agentx smux " \ %endif @@ -343,6 +343,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Tue Jun 13 2006 Radek Vokal 5.3.1.pre3-2 +- add tcp-mib (#194856) + * Fri Jun 2 2006 Radek Vokal 5.3.1.pre3-1 - update to another prerelease (fixes perl agents)