Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2019-08-05 11:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/net-snmp (Old)
 and      /work/SRC/openSUSE:Factory/.net-snmp.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "net-snmp"

Mon Aug  5 11:17:35 2019 rev:90 rq:713858 version:5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes        2019-03-12 
09:49:36.675583552 +0100
+++ /work/SRC/openSUSE:Factory/.net-snmp.new.4126/net-snmp.changes      
2019-08-05 11:17:37.854529478 +0200
@@ -1,0 +2,6 @@
+Thu Jul  4 08:06:47 UTC 2019 - [email protected]
+
+- Add Lustre filesystem support (bsc#1140341).
+  Add net-snmp-5.8-add-lustre-fs-support.patch
+
+-------------------------------------------------------------------

New:
----
  net-snmp-5.8-add-lustre-fs-support.patch

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

Other differences:
------------------
++++++ net-snmp.spec ++++++
--- /var/tmp/diff_new_pack.AentHl/_old  2019-08-05 11:17:38.726529120 +0200
+++ /var/tmp/diff_new_pack.AentHl/_new  2019-08-05 11:17:38.726529120 +0200
@@ -59,6 +59,7 @@
 Patch9:         net-snmp-5.8-fix-Makefile.PL.patch
 Patch10:        net-snmp-5.8-modern-rpm-api.patch
 Patch11:        net-snmp-5.8-fix-python3.patch
+Patch12:        net-snmp-5.8-add-lustre-fs-support.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  autoconf

++++++ net-snmp-5.8-add-lustre-fs-support.patch ++++++
diff -Nurp net-snmp-5.8-orig/agent/mibgroup/hardware/fsys/fsys_mntent.c 
net-snmp-5.8/agent/mibgroup/hardware/fsys/fsys_mntent.c
--- net-snmp-5.8-orig/agent/mibgroup/hardware/fsys/fsys_mntent.c        
2018-07-16 16:33:40.000000000 +0200
+++ net-snmp-5.8/agent/mibgroup/hardware/fsys/fsys_mntent.c     2019-07-04 
10:03:38.611004672 +0200
@@ -144,6 +144,7 @@ _fsys_type( char *typename )
               !strcmp(typename, MNTTYPE_CVFS) ||
               !strcmp(typename, MNTTYPE_SIMFS) ||
               !strcmp(typename, MNTTYPE_BTRFS) ||
+              !strcmp(typename, MNTTYPE_LUSTRE) ||
               !strcmp(typename, MNTTYPE_ZFS) ||
               !strcmp(typename, MNTTYPE_NVMFS) ||
               !strcmp(typename, MNTTYPE_ACFS) ||
diff -Nurp net-snmp-5.8-orig/agent/mibgroup/hardware/fsys/mnttypes.h 
net-snmp-5.8/agent/mibgroup/hardware/fsys/mnttypes.h
--- net-snmp-5.8-orig/agent/mibgroup/hardware/fsys/mnttypes.h   2018-07-16 
16:33:40.000000000 +0200
+++ net-snmp-5.8/agent/mibgroup/hardware/fsys/mnttypes.h        2019-07-04 
10:04:25.607004626 +0200
@@ -148,6 +148,9 @@
 #ifndef MNTTYPE_BTRFS
 #define MNTTYPE_BTRFS     "btrfs"
 #endif
+#ifndef MNTTYPE_LUSTRE
+#define MNTTYPE_LUSTRE    "lustre"
+#endif
 #ifndef MNTTYPE_ZFS
 #define MNTTYPE_ZFS       "zfs"
 #endif

Reply via email to