Accepting request 1169171 from home:ngueorguiev:branches:hardware
- Applied a patch to change the _PATH_MOUNTED (bsc#1222143) * qclib-change-_PATH_MOUNTED.patch OBS-URL: https://build.opensuse.org/request/show/1169171 OBS-URL: https://build.opensuse.org/package/show/hardware/qclib?expand=0&rev=46
This commit is contained in:
parent
80395b9768
commit
13477be5d8
12
qclib-change-_PATH_MOUNTED.patch
Normal file
12
qclib-change-_PATH_MOUNTED.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- qclib-2.4.1.orig/query_capacity_hypfs.c 2023-12-17 23:06:06.000000000 +0100
|
||||
+++ qclib-2.4.1.changed/query_capacity_hypfs.c 2024-04-19 13:35:35.683106609 +0200
|
||||
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "query_capacity_data.h"
|
||||
|
||||
+/* Workaround changing '/etc/mtab' to '/proc/self/mounts' */
|
||||
+#define _PATH_MOUNTED "/proc/self/mounts"
|
||||
+/* */
|
||||
|
||||
#define QC_HYPFS_LPAR "/s390_hypfs/diag_204"
|
||||
#define QC_HYPFS_ZVM "/s390_hypfs/diag_2fc"
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 11:55:09 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Applied a patch to change the _PATH_MOUNTED (bsc#1222143)
|
||||
* qclib-change-_PATH_MOUNTED.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 16:48:47 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
|
@ -38,6 +38,7 @@ BuildRequires: glibc-devel
|
||||
|
||||
#
|
||||
### Patch001: qclib-sys-kernel-security-lockdown-enabled.patch
|
||||
Patch001: qclib-change-_PATH_MOUNTED.patch
|
||||
|
||||
%description
|
||||
qclib provides a C API for extraction of system information for Linux on z
|
||||
|
Loading…
Reference in New Issue
Block a user