rpms/net-snmp/devel net-snmp-config, 1.1, 1.2 net-snmp-config.h, 1.2, 1.3 net-snmp.spec, 1.121, 1.122

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Tue Jul 31 08:34:34 UTC 2007


Author: jsafrane

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

Modified Files:
	net-snmp-config net-snmp-config.h net-snmp.spec 
Log Message:
add alpha to supported archs in net-snmp-config
Resolves: #246825


Index: net-snmp-config
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp-config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-snmp-config	25 May 2006 10:22:39 -0000	1.1
+++ net-snmp-config	31 Jul 2007 08:34:02 -0000	1.2
@@ -11,7 +11,7 @@
 # this particular shell script calls arch specific script to avoid
 # multilib conflicts
 
-# Supported arches ix86 ia64 ppc ppc64 s390 s390x x86_64
+# Supported arches ix86 ia64 ppc ppc64 s390 s390x x86_64 alpha
 
 arch=`arch`
 echo $arch | grep -q i.86
@@ -43,5 +43,9 @@
     net-snmp-config-x86_64 $*
     exit 0
 fi
+if [ "$arch" = "alpha" ] ; then
+    net-snmp-config-alpha $*
+    exit 0
+fi
 
 echo "Cannot determine architecture"


Index: net-snmp-config.h
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp-config.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- net-snmp-config.h	25 May 2006 10:22:39 -0000	1.2
+++ net-snmp-config.h	31 Jul 2007 08:34:02 -0000	1.3
@@ -23,6 +23,8 @@
 #include "net-snmp-config-s390.h"
 #elif defined(__x86_64__)
 #include "net-snmp-config-x86_64.h"
+#elif defined(__alpha__)
+#include "net-snmp-config-alpha.h"
 #else
 #error "net-snmp-devel package does not work on your architecture"
 #endif


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- net-snmp.spec	31 Jul 2007 08:26:33 -0000	1.121
+++ net-snmp.spec	31 Jul 2007 08:34:02 -0000	1.122
@@ -377,10 +377,11 @@
 
 %changelog
 * Mon Jul 30 2007  Safranek <jsafranek at redhat.com> 5.4-16
-- lm_sensors now supported on ppc64 (#249255)
+- supported lm_sensors on ppc64 (#249255)
 - snmpconf generates config files with proper selinux context
   (#247462)
-- fixed leak  in udp transport (#247771)
+- fix leak  in udp transport (#247771)
+- add alpha to supported archs in net-snmp-config (#246825)
 
 * Thu Jun 28 2007 Jan Safranek <jsafranek at redhat.com> 5.4-15
 - fix default snmptrapd.conf




More information about the scm-commits mailing list