- fix missing IF-MIB::ifNumber.0 (#189007)
This commit is contained in:
parent
77bbd53de1
commit
066c0dfc09
@ -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: 7
|
Release: 8
|
||||||
|
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -36,6 +36,7 @@ Patch26: net-snmp-5.3_vendorperl.patch
|
|||||||
Patch27: net-snmp-5.3-oid-names.patch
|
Patch27: net-snmp-5.3-oid-names.patch
|
||||||
Patch28: net-snmp-5.3-disman.patch
|
Patch28: net-snmp-5.3-disman.patch
|
||||||
Patch29: net-snmp-5.3-diskio.patch
|
Patch29: net-snmp-5.3-diskio.patch
|
||||||
|
Patch30: net-snmp-5.3.0.1-ifnumber.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -145,6 +146,7 @@ and applications.
|
|||||||
%patch27 -p0 -b .oid
|
%patch27 -p0 -b .oid
|
||||||
%patch28 -p1 -b .disman
|
%patch28 -p1 -b .disman
|
||||||
%patch29 -p1 -b .diskio
|
%patch29 -p1 -b .diskio
|
||||||
|
%patch30 -p0 -b .ifnumbed
|
||||||
|
|
||||||
# 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
|
||||||
@ -327,6 +329,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 15 2006 Radek Vokál <rvokal@redhat.com> 5.3-8
|
||||||
|
- fix missing IF-MIB::ifNumber.0 (#189007)
|
||||||
|
|
||||||
* Wed Apr 05 2006 Radek Vokál <rvokal@redhat.com> 5.3-7
|
* Wed Apr 05 2006 Radek Vokál <rvokal@redhat.com> 5.3-7
|
||||||
- fix parsing of /proc/diskstats
|
- fix parsing of /proc/diskstats
|
||||||
- fix disman monitor crash
|
- fix disman monitor crash
|
||||||
|
Loading…
Reference in New Issue
Block a user