include these tables: ip-mib/ipv4InterfaceTable, ip-mib/ipv6InterfaceTable,
ip-mib/ipAddressPrefixTable
This commit is contained in:
parent
76774d227e
commit
cbbb78133a
@ -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 <jsafranek@redhat.com> 5.4.1-3
|
||||
- include these tables: ip-mib/ipv4InterfaceTable
|
||||
ip-mib/ipv6InterfaceTable, ip-mib/ipAddressPrefixTable
|
||||
|
||||
* Wed Aug 22 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-2
|
||||
- gawk added to build dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user