- new release, fixing several issues
- pointer needs to be inicialized (#146417)
This commit is contained in:
parent
a8beb6d632
commit
5acfa19df1
@ -1 +1 @@
|
||||
net-snmp-5.2.tar.gz
|
||||
net-snmp-5.2.1.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: A collection of SNMP protocol tools and libraries.
|
||||
Name: net-snmp
|
||||
Version: 5.2
|
||||
Release: 2
|
||||
Version: 5.2.1
|
||||
Release: 1
|
||||
License: BSDish
|
||||
Group: System Environment/Daemons
|
||||
URL: http://net-snmp.sourceforge.net/
|
||||
@ -27,7 +27,8 @@ 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
|
||||
#Patch13: net-snmp-5.2-ipsystemstats.patch
|
||||
Patch14: net-snmp-5.1.2-conf_list.patch
|
||||
Prereq: /sbin/chkconfig
|
||||
Obsoletes: ucd-snmp
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -132,7 +133,8 @@ and applications.
|
||||
%patch10 -p1 -b .ipAdEntIfIndex
|
||||
%patch11 -p1 -b .lelf
|
||||
%patch12 -p1 -b .dir-fix
|
||||
%patch13 -p1 -b .ipstats
|
||||
#%patch13 -p1 -b .ipstats
|
||||
%patch14 -p1 -b .conf_list
|
||||
|
||||
# Do this patch with a perl hack...
|
||||
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
|
||||
@ -304,12 +306,16 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%attr(0644,root,root) %{_mandir}/man3/*.3pm.*
|
||||
|
||||
%files libs
|
||||
%defattr(0644,root,root,0755)
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
|
||||
%changelog
|
||||
* Mon Jan 31 2005 Radek Vokal <rvokal@redhat.com> 5.2.1-1
|
||||
- new release, fixing several issues
|
||||
- pointer needs to be inicialized (#146417)
|
||||
|
||||
* Mon Dec 27 2004 Radek Vokal <rvokal@redhat.com> 5.2-2
|
||||
- patch adding ipv6 support to ip system stats
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user