SHA256
1
0
forked from pool/net-snmp

Accepting request 713858 from network:utilities

- Add Lustre filesystem support (bsc#1140341).
  Add net-snmp-5.8-add-lustre-fs-support.patch

OBS-URL: https://build.opensuse.org/request/show/713858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=90
This commit is contained in:
Dominique Leuenberger 2019-08-05 09:17:35 +00:00 committed by Git OBS Bridge
commit ac58d5eadb
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,24 @@
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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 4 08:06:47 UTC 2019 - abergmann@suse.com
- Add Lustre filesystem support (bsc#1140341).
Add net-snmp-5.8-add-lustre-fs-support.patch
-------------------------------------------------------------------
Wed Mar 6 10:21:17 UTC 2019 - abergmann@suse.com

View File

@ -59,6 +59,7 @@ Patch8: net-snmp-5.8-snmpstatus-suppress-output.patch
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