Mailinglist Archive: opensuse-commit (1029 mails)

< Previous Next >
commit net-snmp for openSUSE:11.4

Hello community,

here is the log from the commit of package net-snmp for openSUSE:11.4
checked in at Wed Jul 6 18:33:47 CEST 2011.



--------
--- old-versions/11.4/all/net-snmp/net-snmp.changes 2011-01-04
12:34:47.000000000 +0100
+++ 11.4/net-snmp/net-snmp.changes 2011-07-04 14:35:06.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 4 12:34:24 UTC 2011 - lchiquitto@xxxxxxxxxx
+
+- add JFS and XFS to the list of known file systems (bnc#687327,
+ bnc#702640)
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback
old-versions/11.4/all/net-snmp
Destination is old-versions/11.4/UPDATES/all/net-snmp
calling whatdependson for 11.4-i586


New:
----
net-snmp-5.6.1-recognize-jfs-and-xfs.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ net-snmp.spec ++++++
--- /var/tmp/diff_new_pack.PsMRYS/_old 2011-07-06 18:33:06.000000000 +0200
+++ /var/tmp/diff_new_pack.PsMRYS/_new 2011-07-06 18:33:06.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package net-snmp (Version 5.6.1)
+# spec file for package net-snmp
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -28,7 +28,7 @@

Name: net-snmp
Version: 5.6.1
-Release: 1
+Release: 4.<RELEASE5>
License: BSD3c(or similar) ; MIT License (or similar)
Group: Productivity/Networking/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -64,6 +64,7 @@
Patch6: net-snmp-5.5.0-perl-tk-warning.patch
Patch7: net-snmp-5.5.0-velocity-mib.patch
Patch9: net-snmp-5.6.0-enable-hrh-filesys.patch
+Patch10: net-snmp-5.6.1-recognize-jfs-and-xfs.patch
#
Summary: SNMP Daemon

@@ -206,6 +207,7 @@
%patch6 -p1
%patch7 -p1
%patch9 -p1
+%patch10 -p1

%build
MIBS="misc/ipfwacc ucd-snmp/diskio etherlike-mib rmon-mib velocity smux \

++++++ net-snmp-5.6.1-recognize-jfs-and-xfs.patch ++++++
Index: net-snmp-5.6.1/agent/mibgroup/hardware/fsys/mnttypes.h
===================================================================
--- net-snmp-5.6.1.orig/agent/mibgroup/hardware/fsys/mnttypes.h
+++ net-snmp-5.6.1/agent/mibgroup/hardware/fsys/mnttypes.h
@@ -156,5 +156,12 @@
#ifndef MNTTYPE_RPCPIPE
#define MNTTYPE_RPCPIPE "rpc_pipefs"
#endif
+#ifndef MNTTYPE_XFS
+#define MNTTYPE_XFS "xfs"
+#endif
+#ifndef MNTTYPE_JFS
+#define MNTTYPE_JFS "jfs"
+#endif
+

#endif /* _NETSNMP_FSYS_MNTTYPES_H */
Index: net-snmp-5.6.1/agent/mibgroup/hardware/fsys/fsys_mntent.c
===================================================================
--- net-snmp-5.6.1.orig/agent/mibgroup/hardware/fsys/fsys_mntent.c
+++ net-snmp-5.6.1/agent/mibgroup/hardware/fsys/fsys_mntent.c
@@ -133,6 +133,8 @@ _fsys_type( char *typename )
!strcmp(typename, MNTTYPE_TMPFS) ||
!strcmp(typename, MNTTYPE_GFS) ||
!strcmp(typename, MNTTYPE_GFS2) ||
+ !strcmp(typename, MNTTYPE_XFS) ||
+ !strcmp(typename, MNTTYPE_JFS) ||
!strcmp(typename, MNTTYPE_LOFS))
return NETSNMP_FS_TYPE_OTHER;


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages