- fix parsing of /proc/diskstats
- fix disman monitor crash - fix perl vendor name - fix OID lookup fail
This commit is contained in:
parent
e6e6e4e13a
commit
77bbd53de1
@ -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.3
|
Version: 5.3
|
||||||
Release: 6
|
Release: 7
|
||||||
|
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -32,6 +32,10 @@ Patch22: net-snmp-5.3-agent-registry-unregister-free.patch
|
|||||||
Patch23: net-snmp-5.3-proc_if_inet6.patch
|
Patch23: net-snmp-5.3-proc_if_inet6.patch
|
||||||
Patch24: net-snmp-5.3-size_t.patch
|
Patch24: net-snmp-5.3-size_t.patch
|
||||||
Patch25: net-snmp-5.3-ipv6_retrans_ms.patch
|
Patch25: net-snmp-5.3-ipv6_retrans_ms.patch
|
||||||
|
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
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -137,6 +141,10 @@ and applications.
|
|||||||
%patch23 -p1 -b .proc_if
|
%patch23 -p1 -b .proc_if
|
||||||
%patch24 -p1 -b .size_t
|
%patch24 -p1 -b .size_t
|
||||||
%patch25 -p1 -b .retrans_ms
|
%patch25 -p1 -b .retrans_ms
|
||||||
|
%patch26 -p0
|
||||||
|
%patch27 -p0 -b .oid
|
||||||
|
%patch28 -p1 -b .disman
|
||||||
|
%patch29 -p1 -b .diskio
|
||||||
|
|
||||||
# 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
|
||||||
@ -319,6 +327,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 05 2006 Radek Vokál <rvokal@redhat.com> 5.3-7
|
||||||
|
- fix parsing of /proc/diskstats
|
||||||
|
- fix disman monitor crash
|
||||||
|
- fix perl vendor name
|
||||||
|
- fix OID lookup fail
|
||||||
|
|
||||||
* Sat Mar 25 2006 Radek Vokal <rvokal@redhat.com> 5.3-6
|
* Sat Mar 25 2006 Radek Vokal <rvokal@redhat.com> 5.3-6
|
||||||
- use net.ipv6.neigh.lo.retrans_time_ms (#186546)
|
- use net.ipv6.neigh.lo.retrans_time_ms (#186546)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user