rpms/net-snmp/devel net-snmp.spec,1.129,1.130

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Thu Aug 23 14:54:01 UTC 2007


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29922

Modified Files:
	net-snmp.spec 
Log Message:
include these tables: ip-mib/ipv4InterfaceTable, ip-mib/ipv6InterfaceTable, ip-mib/ipAddressPrefixTable


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- net-snmp.spec	22 Aug 2007 07:53:28 -0000	1.129
+++ net-snmp.spec	23 Aug 2007 14:53:28 -0000	1.130
@@ -7,7 +7,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 
 License: MIT
@@ -159,7 +159,10 @@
 %endif
 export LIBDIR="%{_libdir}"
 
-MIBS="host agentx smux ucd-snmp/diskio disman/event disman/schedule tcp-mib udp-mib mibII/mta_sendmail"
+MIBS="host agentx smux \
+         ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
+         ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \
+         ip-mib/ipAddressPrefixTable/ipAddressPrefixTable"
 %ifnarch s390 s390x
 MIBS="$MIBS ucd-snmp/lmSensors"
 %endif
@@ -355,6 +358,10 @@
 %{_libdir}/lib*.so.*
 
 %changelog
+* Thu Aug 23 2007 Jan Safranek <jsafranek at redhat.com> 5.4.1-3
+- include these tables: ip-mib/ipv4InterfaceTable
+  ip-mib/ipv6InterfaceTable, ip-mib/ipAddressPrefixTable
+
 * Wed Aug 22 2007 Jan Safranek <jsafranek at redhat.com> 5.4.1-2
 - gawk added to build dependencies
 




More information about the fedora-extras-commits mailing list