rpms/net-snmp/FC-6 net-snmp.spec,1.98,1.99

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 26 15:02:42 UTC 2007


Author: jsafrane

Update of /cvs/dist/rpms/net-snmp/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv19339

Modified Files:
	net-snmp.spec 
Log Message:
 fix ugly error message when more interfaces share one IP address
Resolves: #209861


Index: net-snmp.spec
===================================================================
RCS file: /cvs/dist/rpms/net-snmp/FC-6/net-snmp.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- net-snmp.spec	26 Jun 2007 14:52:42 -0000	1.98
+++ net-snmp.spec	26 Jun 2007 15:02:40 -0000	1.99
@@ -48,6 +48,7 @@
 Patch35: net-snmp-5.3.1-hostname.patch
 Patch36: net-snmp-5.3.1-udp-endpoint.patch
 Patch37: net-snmp-5.3.1-tcp-scalars.patch
+Patch38: net-snmp-5.3.1-shared-ip.patch
 
 Prereq: /sbin/chkconfig
 Obsoletes: ucd-snmp
@@ -161,6 +162,7 @@
 %patch35 -p1 -b .hostname
 %patch36 -p1 -b .udp-endpoint
 %patch37 -p0 -b .tcp-scalars
+%patch38 -p1 -b .shared-ip
 
 # Do this patch with a perl hack...
 perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
@@ -372,6 +374,8 @@
 - fix snmpwalk / bulkwalk on TCP scalars (#243316)
 - add build dependency on rpm-devel to support
   hrSWInst table
+- fix ugly error message when more interfaces share
+  one IP address (209861)
 
 * Mon Mar 26 2007 Radek Vokál <rvokal at redhat.com> - 5.3.1-14
 - fix perl bulkwalk (#232913)




More information about the fedora-cvs-commits mailing list