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
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: %{major_ver}
|
Version: %{major_ver}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -159,7 +159,10 @@ export LDFLAGS="-L%{_libdir}"
|
|||||||
%endif
|
%endif
|
||||||
export LIBDIR="%{_libdir}"
|
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
|
%ifnarch s390 s390x
|
||||||
MIBS="$MIBS ucd-snmp/lmSensors"
|
MIBS="$MIBS ucd-snmp/lmSensors"
|
||||||
%endif
|
%endif
|
||||||
@ -355,6 +358,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 22 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-2
|
||||||
- gawk added to build dependencies
|
- gawk added to build dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user