- report gigabit Ethernet speeds using Ethtool (#152480)

This commit is contained in:
Radek Vokál 2005-05-04 08:51:59 +00:00
parent 0f7bd632a5
commit 92e4423767

View File

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