- add tcp-mib (#194856)

This commit is contained in:
Radek Vokál 2006-06-13 09:19:55 +00:00
parent 5f61d0c022
commit c6dd4cc31a
1 changed files with 5 additions and 2 deletions

View File

@ -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 <rvokal@redhat.com> 5.3.1.pre3-2
- add tcp-mib (#194856)
* Fri Jun 2 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.pre3-1
- update to another prerelease (fixes perl agents)