- fix crash on s390x and ppc64
This commit is contained in:
parent
39eeed2ac6
commit
619de7ac12
@ -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: 3
|
Release: 4
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
URL: http://net-snmp.sourceforge.net/
|
||||||
@ -29,6 +29,7 @@ Patch20: net-snmp-5.3-5.3.0.1.patch
|
|||||||
Patch21: net-snmp-5.3.0.1-maxsensors.patch
|
Patch21: net-snmp-5.3.0.1-maxsensors.patch
|
||||||
Patch22: net-snmp-5.3-agent-registry-unregister-free.patch
|
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
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -132,6 +133,7 @@ and applications.
|
|||||||
%patch21 -p1 -b .maxsensors
|
%patch21 -p1 -b .maxsensors
|
||||||
%patch22 -p0
|
%patch22 -p0
|
||||||
%patch23 -p1 -b .proc_if
|
%patch23 -p1 -b .proc_if
|
||||||
|
%patch24 -p1 -b .size_t
|
||||||
|
|
||||||
# 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
|
||||||
@ -315,6 +317,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 2 2006 Radek Vokál <rvokal@redhat.com> 5.3-4
|
||||||
|
- fix crash on s390x and ppc64
|
||||||
|
|
||||||
* Mon Jan 30 2006 Radek Vokál <rvokal@redhat.com> 5.3-3
|
* Mon Jan 30 2006 Radek Vokál <rvokal@redhat.com> 5.3-3
|
||||||
- fix for lm_Senors, the max is no longer a fixed value
|
- fix for lm_Senors, the max is no longer a fixed value
|
||||||
- parsing fixed for /proc/net/if_inet6
|
- parsing fixed for /proc/net/if_inet6
|
||||||
|
Loading…
Reference in New Issue
Block a user