diff --git a/net-snmp.spec b/net-snmp.spec index 8f33f56..1be0411 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}.0 -Release: 3 +Release: 4%{?dist} License: BSDish Group: System Environment/Daemons @@ -161,9 +161,9 @@ 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 ucd-snmp/lmSensors ucd-snmp/diskio disman/event-mib tcp-mib udp-mib" \ %else - --with-mib-modules="host agentx smux " \ + --with-mib-modules="host agentx " \ %endif %if %{tcp_wrappers} --with-libwrap=%{_libdir} \ @@ -346,6 +346,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Tue Aug 22 2006 Radek Vokal 5.3.1.0-4 +- turn off SMUX support (#110931) +- add dist tag + * Thu Aug 10 2006 Radek Vokal 5.3.1.0-3 - fix lib dirs in configure (#197684)