From cbbb78133ac90469c54a9e725469107c9749050c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Thu, 23 Aug 2007 14:53:28 +0000 Subject: [PATCH] include these tables: ip-mib/ipv4InterfaceTable, ip-mib/ipv6InterfaceTable, ip-mib/ipAddressPrefixTable --- net-snmp.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index e662c08..85507dd 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: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: MIT @@ -159,7 +159,10 @@ export LDFLAGS="-L%{_libdir}" %endif export LIBDIR="%{_libdir}" -MIBS="host agentx smux ucd-snmp/diskio disman/event disman/schedule tcp-mib udp-mib mibII/mta_sendmail" +MIBS="host agentx smux \ + ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \ + ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \ + ip-mib/ipAddressPrefixTable/ipAddressPrefixTable" %ifnarch s390 s390x MIBS="$MIBS ucd-snmp/lmSensors" %endif @@ -355,6 +358,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/lib*.so.* %changelog +* Thu Aug 23 2007 Jan Safranek 5.4.1-3 +- include these tables: ip-mib/ipv4InterfaceTable + ip-mib/ipv6InterfaceTable, ip-mib/ipAddressPrefixTable + * Wed Aug 22 2007 Jan Safranek 5.4.1-2 - gawk added to build dependencies