diff --git a/net-snmp.spec b/net-snmp.spec index 9020470..f459a8e 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: 9%{?dist} +Release: 10%{?dist} Epoch: 1 License: BSDish @@ -170,7 +170,8 @@ export LIBDIR="%{_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 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 --with-mib-modules="host agentx smux" \ %endif @@ -356,6 +357,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/lib*.so.* %changelog +* Mon Sep 25 2006 Radek Vokal 5.3.1-10 +- add mibII/mta_sendmail (#207909) + * Fri Sep 22 2006 Radek Vokal 5.3.1-9 - fix deprecated syscall base_reachable_time (#207273)