diff --git a/net-snmp.spec b/net-snmp.spec index 6aad55f..f35bda1 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -3,7 +3,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.3 -Release: 7 +Release: 8 License: BSDish Group: System Environment/Daemons @@ -36,6 +36,7 @@ Patch26: net-snmp-5.3_vendorperl.patch Patch27: net-snmp-5.3-oid-names.patch Patch28: net-snmp-5.3-disman.patch Patch29: net-snmp-5.3-diskio.patch +Patch30: net-snmp-5.3.0.1-ifnumber.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -145,6 +146,7 @@ and applications. %patch27 -p0 -b .oid %patch28 -p1 -b .disman %patch29 -p1 -b .diskio +%patch30 -p0 -b .ifnumbed # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -327,6 +329,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Sat Apr 15 2006 Radek Vokál 5.3-8 +- fix missing IF-MIB::ifNumber.0 (#189007) + * Wed Apr 05 2006 Radek Vokál 5.3-7 - fix parsing of /proc/diskstats - fix disman monitor crash