- add mibII/mta_sendmail (#207909)

This commit is contained in:
Radek Vokál 2006-09-25 12:05:35 +00:00
parent 7df074dc60
commit f2394c515c

View File

@ -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: 9%{?dist} Release: 10%{?dist}
Epoch: 1 Epoch: 1
License: BSDish License: BSDish
@ -170,7 +170,8 @@ export LIBDIR="%{_libdir}"
--with-logfile="/var/log/snmpd.log" \ --with-logfile="/var/log/snmpd.log" \
--with-persistent-directory="/var/net-snmp" \ --with-persistent-directory="/var/net-snmp" \
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
--with-mib-modules="host agentx smux ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib tcp-mib udp-mib" \ --with-mib-modules="host agentx smux ucd-snmp/lmSensors \
ucd-snmp/diskio disman/event-mib tcp-mib udp-mib mibII/mta_sendmail" \
%else %else
--with-mib-modules="host agentx smux" \ --with-mib-modules="host agentx smux" \
%endif %endif
@ -356,6 +357,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%changelog %changelog
* Mon Sep 25 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-10
- add mibII/mta_sendmail (#207909)
* Fri Sep 22 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-9 * Fri Sep 22 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-9
- fix deprecated syscall base_reachable_time (#207273) - fix deprecated syscall base_reachable_time (#207273)