- patch adding ipv6 support to ip system stats
- spec file cleanup
This commit is contained in:
parent
75b178ec53
commit
a8beb6d632
@ -3,7 +3,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries.
|
||||
Name: net-snmp
|
||||
Version: 5.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: BSDish
|
||||
Group: System Environment/Daemons
|
||||
URL: http://net-snmp.sourceforge.net/
|
||||
@ -21,12 +21,13 @@ Patch4: net-snmp-5.0.6-libtool.patch
|
||||
# Drop for 5.3
|
||||
Patch5: net-snmp-5.0.8-ipv6-sock-close.patch
|
||||
Patch6: net-snmp-5.0.8-readonly.patch
|
||||
Patch10: net-snmp-5.1-async-getnext.patch
|
||||
Patch12: net-snmp-5.1.1-pie.patch
|
||||
Patch14: net-snmp-5.1-64bit.patch
|
||||
Patch15: net-snmp-5.1.1-ipAdEntIfIndex.patch
|
||||
Patch19: net-snmp-5.1.2-lelf.patch
|
||||
Patch22: net-snmp-5.1.2-dir-fix.patch
|
||||
Patch7: net-snmp-5.1-async-getnext.patch
|
||||
Patch8: net-snmp-5.1.1-pie.patch
|
||||
Patch9: net-snmp-5.1-64bit.patch
|
||||
Patch10: net-snmp-5.1.1-ipAdEntIfIndex.patch
|
||||
Patch11: net-snmp-5.1.2-lelf.patch
|
||||
Patch12: net-snmp-5.1.2-dir-fix.patch
|
||||
Patch13: net-snmp-5.2-ipsystemstats.patch
|
||||
Prereq: /sbin/chkconfig
|
||||
Obsoletes: ucd-snmp
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -121,16 +122,17 @@ and applications.
|
||||
%patch5 -p1 -b .ipv6-sock-close
|
||||
|
||||
%patch6 -p1 -b .readonly
|
||||
%patch10 -p1 -b .async-getnext
|
||||
%patch7 -p1 -b .async-getnext
|
||||
|
||||
%ifnarch ia64
|
||||
%patch12 -p1 -b .pie
|
||||
%patch8 -p1 -b .pie
|
||||
%endif
|
||||
|
||||
%patch14 -p1 -b .64bit
|
||||
%patch15 -p1 -b .ipAdEntIfIndex
|
||||
%patch19 -p1 -b .lelf
|
||||
%patch22 -p1 -b .dir-fix
|
||||
%patch9 -p1 -b .64bit
|
||||
%patch10 -p1 -b .ipAdEntIfIndex
|
||||
%patch11 -p1 -b .lelf
|
||||
%patch12 -p1 -b .dir-fix
|
||||
%patch13 -p1 -b .ipstats
|
||||
|
||||
# Do this patch with a perl hack...
|
||||
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
|
||||
@ -308,6 +310,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_libdir}/*.la
|
||||
|
||||
%changelog
|
||||
* Mon Dec 27 2004 Radek Vokal <rvokal@redhat.com> 5.2-2
|
||||
- patch adding ipv6 support to ip system stats
|
||||
|
||||
* Tue Nov 30 2004 Radek Vokal <rvokal@redhat.com> 5.2-1
|
||||
- net-snmp-5.2, patch clean-up
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user