diff --git a/net-snmp.spec b/net-snmp.spec index 35b7d25..de74e2f 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.2.1 -Release: 10 +Release: 11 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ @@ -35,6 +35,7 @@ Patch16: net-snmp-5.1.2-ASN-unsigned64.patch Patch17: net-snmp-5.2.1-typeclash.diff Patch18: net-snmp-5.1.2-agentx_register_callbacks_entry.patch Patch19: net-snmp-5.2.1-file_offset.patch +Patch20: net-snmp-5.2.1-ethtool.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -152,6 +153,7 @@ and applications. %patch17 -b .typeclash %patch18 -p1 -b .reg_callbacks %patch19 -p1 -b .file_offset +%patch20 -p1 -b .ethtool # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -329,6 +331,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.la %changelog +* Wed May 04 2005 Radek Vokal - 5.2.1-11 +- report gigabit Ethernet speeds using Ethtool (#152480) + * Tue Apr 19 2005 Radek Vokal - 5.2.1-10 - fixed missing requires for devel package (#155221)