- switching to a different 64bit patch, hopefully 64bit problems are gone

for a while
This commit is contained in:
Radek Vokál 2005-04-06 11:14:13 +00:00
parent 5fda62053c
commit 771e30432f
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Summary: A collection of SNMP protocol tools and libraries.
Name: net-snmp
Version: 5.2.1
Release: 8
Release: 9
License: BSDish
Group: System Environment/Daemons
URL: http://net-snmp.sourceforge.net/
@ -23,7 +23,7 @@ Patch5: net-snmp-5.0.8-ipv6-sock-close.patch
Patch6: net-snmp-5.0.8-readonly.patch
Patch7: net-snmp-5.1-async-getnext.patch
Patch8: net-snmp-5.1.1-pie.patch
Patch9: net-snmp-5.1-64bit.patch
Patch9: net-snmp-5.2-64bit.diff
#kills virtual interfaces
#Patch10: net-snmp-5.1.1-ipAdEntIfIndex.patch
Patch11: net-snmp-5.1.2-lelf.patch
@ -136,7 +136,7 @@ and applications.
%patch8 -p1 -b .pie
%endif
%patch9 -p1 -b .64bit
%patch9 -b .64bit
#%patch10 -p1 -b .ipAdEntIfIndex
%patch11 -p1 -b .lelf
%patch12 -p1 -b .dir-fix
@ -326,6 +326,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/*.la
%changelog
* Wed Apr 06 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-9
- switching to a different 64bit patch, hopefully 64bit problems are gone for a while
* Mon Apr 04 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-8
- net-snmp properly deals with large partitions (#153101) <jryska@redhat.com>